From 64641a086d7f97f38df3b629a635a63922a61ccc Mon Sep 17 00:00:00 2001 From: Kartheek Penagamuri <52756182+kartheekp-ms@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:29:55 -0700 Subject: [PATCH] update shipped APIs for release-6.11.x branch (#5897) --- .../NuGet.VisualStudio/PublicAPI.Shipped.txt | 13 +++++++++++++ .../NuGet.VisualStudio/PublicAPI.Unshipped.txt | 13 ------------- .../PublicAPI/net472/PublicAPI.Shipped.txt | 1 + .../PublicAPI/net472/PublicAPI.Unshipped.txt | 1 - .../PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt | 1 + .../PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt | 1 - .../PublicAPI/netstandard2.0/PublicAPI.Shipped.txt | 1 + .../netstandard2.0/PublicAPI.Unshipped.txt | 1 - .../NuGet.Configuration/PublicAPI.Shipped.txt | 6 ++++++ .../NuGet.Configuration/PublicAPI.Unshipped.txt | 6 ------ .../NuGet.PackageManagement/PublicAPI.Shipped.txt | 4 ++++ .../NuGet.PackageManagement/PublicAPI.Unshipped.txt | 4 ---- .../NuGet.ProjectModel/PublicAPI.Shipped.txt | 2 ++ .../NuGet.ProjectModel/PublicAPI.Unshipped.txt | 2 -- .../PublicAPI/net472/PublicAPI.Shipped.txt | 12 ++++++++++++ .../PublicAPI/net472/PublicAPI.Unshipped.txt | 12 ------------ .../PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt | 12 ++++++++++++ .../PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt | 12 ------------ .../PublicAPI/netstandard2.0/PublicAPI.Shipped.txt | 12 ++++++++++++ .../netstandard2.0/PublicAPI.Unshipped.txt | 12 ------------ 20 files changed, 64 insertions(+), 64 deletions(-) diff --git a/src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Shipped.txt b/src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Shipped.txt index 52b4fb3f5fe..d1a0ccbf9b7 100644 --- a/src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Shipped.txt +++ b/src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Shipped.txt @@ -58,6 +58,11 @@ NuGet.SolutionRestoreManager.IVsProjectRestoreInfo2.BaseIntermediatePath.get -> NuGet.SolutionRestoreManager.IVsProjectRestoreInfo2.OriginalTargetFrameworks.get -> string? NuGet.SolutionRestoreManager.IVsProjectRestoreInfo2.TargetFrameworks.get -> NuGet.SolutionRestoreManager.IVsTargetFrameworks2! NuGet.SolutionRestoreManager.IVsProjectRestoreInfo2.ToolReferences.get -> NuGet.SolutionRestoreManager.IVsReferenceItems? +NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3 +NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.MSBuildProjectExtensionsPath.get -> string! +NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.OriginalTargetFrameworks.get -> string? +NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.TargetFrameworks.get -> System.Collections.Generic.IReadOnlyList! +NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.ToolReferences.get -> System.Collections.Generic.IReadOnlyList? NuGet.SolutionRestoreManager.IVsProjectRestoreInfoSource NuGet.SolutionRestoreManager.IVsProjectRestoreInfoSource.HasPendingNomination.get -> bool NuGet.SolutionRestoreManager.IVsProjectRestoreInfoSource.Name.get -> string! @@ -65,6 +70,9 @@ NuGet.SolutionRestoreManager.IVsProjectRestoreInfoSource.WhenNominated(System.Th NuGet.SolutionRestoreManager.IVsReferenceItem NuGet.SolutionRestoreManager.IVsReferenceItem.Name.get -> string! NuGet.SolutionRestoreManager.IVsReferenceItem.Properties.get -> NuGet.SolutionRestoreManager.IVsReferenceProperties? +NuGet.SolutionRestoreManager.IVsReferenceItem2 +NuGet.SolutionRestoreManager.IVsReferenceItem2.Metadata.get -> System.Collections.Generic.IReadOnlyDictionary? +NuGet.SolutionRestoreManager.IVsReferenceItem2.Name.get -> string! NuGet.SolutionRestoreManager.IVsReferenceItems NuGet.SolutionRestoreManager.IVsReferenceItems.Count.get -> int NuGet.SolutionRestoreManager.IVsReferenceItems.Item(object! index) -> NuGet.SolutionRestoreManager.IVsReferenceItem? @@ -84,6 +92,8 @@ NuGet.SolutionRestoreManager.IVsSolutionRestoreService3.CurrentRestoreOperation. NuGet.SolutionRestoreManager.IVsSolutionRestoreService3.NominateProjectAsync(string! projectUniqueName, NuGet.SolutionRestoreManager.IVsProjectRestoreInfo2! projectRestoreInfo, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task! NuGet.SolutionRestoreManager.IVsSolutionRestoreService4 NuGet.SolutionRestoreManager.IVsSolutionRestoreService4.RegisterRestoreInfoSourceAsync(NuGet.SolutionRestoreManager.IVsProjectRestoreInfoSource! restoreInfoSource, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task! +NuGet.SolutionRestoreManager.IVsSolutionRestoreService5 +NuGet.SolutionRestoreManager.IVsSolutionRestoreService5.NominateProjectAsync(string! projectUniqueName, NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3! projectRestoreInfo, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task! NuGet.SolutionRestoreManager.IVsSolutionRestoreStatusProvider NuGet.SolutionRestoreManager.IVsSolutionRestoreStatusProvider.IsRestoreCompleteAsync(System.Threading.CancellationToken token) -> System.Threading.Tasks.Task! NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo @@ -96,6 +106,9 @@ NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo2.FrameworkReferences.get -> NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo2.PackageDownloads.get -> NuGet.SolutionRestoreManager.IVsReferenceItems? NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo3 NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo3.CentralPackageVersions.get -> NuGet.SolutionRestoreManager.IVsReferenceItems? +NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4 +NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4.Items.get -> System.Collections.Generic.IReadOnlyDictionary!>? +NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4.Properties.get -> System.Collections.Generic.IReadOnlyDictionary! NuGet.SolutionRestoreManager.IVsTargetFrameworks NuGet.SolutionRestoreManager.IVsTargetFrameworks.Count.get -> int NuGet.SolutionRestoreManager.IVsTargetFrameworks.Item(object! index) -> NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo? diff --git a/src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Unshipped.txt b/src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Unshipped.txt index 0f1db4813a6..7dc5c58110b 100644 --- a/src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Unshipped.txt +++ b/src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Unshipped.txt @@ -1,14 +1 @@ #nullable enable -NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3 -NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.MSBuildProjectExtensionsPath.get -> string! -NuGet.SolutionRestoreManager.IVsReferenceItem2 -NuGet.SolutionRestoreManager.IVsReferenceItem2.Metadata.get -> System.Collections.Generic.IReadOnlyDictionary? -NuGet.SolutionRestoreManager.IVsSolutionRestoreService5 -NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4 -NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.OriginalTargetFrameworks.get -> string? -NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.TargetFrameworks.get -> System.Collections.Generic.IReadOnlyList! -NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.ToolReferences.get -> System.Collections.Generic.IReadOnlyList? -NuGet.SolutionRestoreManager.IVsReferenceItem2.Name.get -> string! -NuGet.SolutionRestoreManager.IVsSolutionRestoreService5.NominateProjectAsync(string! projectUniqueName, NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3! projectRestoreInfo, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task! -NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4.Items.get -> System.Collections.Generic.IReadOnlyDictionary!>? -NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4.Properties.get -> System.Collections.Generic.IReadOnlyDictionary! diff --git a/src/NuGet.Core/NuGet.Commands/PublicAPI/net472/PublicAPI.Shipped.txt b/src/NuGet.Core/NuGet.Commands/PublicAPI/net472/PublicAPI.Shipped.txt index 4970e2dce2f..51501ea2849 100644 --- a/src/NuGet.Core/NuGet.Commands/PublicAPI/net472/PublicAPI.Shipped.txt +++ b/src/NuGet.Core/NuGet.Commands/PublicAPI/net472/PublicAPI.Shipped.txt @@ -951,6 +951,7 @@ override NuGet.Commands.WarningPropertiesCollection.GetHashCode() -> int ~static NuGet.Commands.MSBuildRestoreUtility.GetDependencySpec(System.Collections.Generic.IEnumerable items, bool readOnly) -> NuGet.ProjectModel.DependencyGraphSpec ~static NuGet.Commands.MSBuildRestoreUtility.GetMessageForUnsupportedProject(string path) -> NuGet.Common.RestoreLogMessage ~static NuGet.Commands.MSBuildRestoreUtility.GetPackageSpec(System.Collections.Generic.IEnumerable items) -> NuGet.ProjectModel.PackageSpec +~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties ~static NuGet.Commands.MSBuildRestoreUtility.GetWarningForUnsupportedProject(string path) -> NuGet.Common.RestoreLogMessage ~static NuGet.Commands.MSBuildRestoreUtility.HasInvalidClear(System.Collections.Generic.IEnumerable values) -> bool ~static NuGet.Commands.MSBuildRestoreUtility.LogErrorForClearIfInvalid(System.Collections.Generic.IEnumerable values, string projectPath, NuGet.Common.ILogger logger) -> bool diff --git a/src/NuGet.Core/NuGet.Commands/PublicAPI/net472/PublicAPI.Unshipped.txt b/src/NuGet.Core/NuGet.Commands/PublicAPI/net472/PublicAPI.Unshipped.txt index e2a7384b13d..7dc5c58110b 100644 --- a/src/NuGet.Core/NuGet.Commands/PublicAPI/net472/PublicAPI.Unshipped.txt +++ b/src/NuGet.Core/NuGet.Commands/PublicAPI/net472/PublicAPI.Unshipped.txt @@ -1,2 +1 @@ #nullable enable -~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties diff --git a/src/NuGet.Core/NuGet.Commands/PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt b/src/NuGet.Core/NuGet.Commands/PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt index ef9c85a957e..94d14349f27 100644 --- a/src/NuGet.Core/NuGet.Commands/PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt +++ b/src/NuGet.Core/NuGet.Commands/PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt @@ -950,6 +950,7 @@ override NuGet.Commands.WarningPropertiesCollection.GetHashCode() -> int ~static NuGet.Commands.MSBuildRestoreUtility.GetDependencySpec(System.Collections.Generic.IEnumerable items, bool readOnly) -> NuGet.ProjectModel.DependencyGraphSpec ~static NuGet.Commands.MSBuildRestoreUtility.GetMessageForUnsupportedProject(string path) -> NuGet.Common.RestoreLogMessage ~static NuGet.Commands.MSBuildRestoreUtility.GetPackageSpec(System.Collections.Generic.IEnumerable items) -> NuGet.ProjectModel.PackageSpec +~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties ~static NuGet.Commands.MSBuildRestoreUtility.GetWarningForUnsupportedProject(string path) -> NuGet.Common.RestoreLogMessage ~static NuGet.Commands.MSBuildRestoreUtility.HasInvalidClear(System.Collections.Generic.IEnumerable values) -> bool ~static NuGet.Commands.MSBuildRestoreUtility.LogErrorForClearIfInvalid(System.Collections.Generic.IEnumerable values, string projectPath, NuGet.Common.ILogger logger) -> bool diff --git a/src/NuGet.Core/NuGet.Commands/PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt b/src/NuGet.Core/NuGet.Commands/PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt index e2a7384b13d..7dc5c58110b 100644 --- a/src/NuGet.Core/NuGet.Commands/PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt +++ b/src/NuGet.Core/NuGet.Commands/PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt @@ -1,2 +1 @@ #nullable enable -~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties diff --git a/src/NuGet.Core/NuGet.Commands/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt b/src/NuGet.Core/NuGet.Commands/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt index aa571d84ff1..6fbfc43168c 100644 --- a/src/NuGet.Core/NuGet.Commands/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt +++ b/src/NuGet.Core/NuGet.Commands/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt @@ -949,6 +949,7 @@ override NuGet.Commands.WarningPropertiesCollection.GetHashCode() -> int ~static NuGet.Commands.MSBuildRestoreUtility.GetDependencySpec(System.Collections.Generic.IEnumerable items, bool readOnly) -> NuGet.ProjectModel.DependencyGraphSpec ~static NuGet.Commands.MSBuildRestoreUtility.GetMessageForUnsupportedProject(string path) -> NuGet.Common.RestoreLogMessage ~static NuGet.Commands.MSBuildRestoreUtility.GetPackageSpec(System.Collections.Generic.IEnumerable items) -> NuGet.ProjectModel.PackageSpec +~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties ~static NuGet.Commands.MSBuildRestoreUtility.GetWarningForUnsupportedProject(string path) -> NuGet.Common.RestoreLogMessage ~static NuGet.Commands.MSBuildRestoreUtility.HasInvalidClear(System.Collections.Generic.IEnumerable values) -> bool ~static NuGet.Commands.MSBuildRestoreUtility.LogErrorForClearIfInvalid(System.Collections.Generic.IEnumerable values, string projectPath, NuGet.Common.ILogger logger) -> bool diff --git a/src/NuGet.Core/NuGet.Commands/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt b/src/NuGet.Core/NuGet.Commands/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt index e2a7384b13d..7dc5c58110b 100644 --- a/src/NuGet.Core/NuGet.Commands/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt +++ b/src/NuGet.Core/NuGet.Commands/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt @@ -1,2 +1 @@ #nullable enable -~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties diff --git a/src/NuGet.Core/NuGet.Configuration/PublicAPI.Shipped.txt b/src/NuGet.Core/NuGet.Configuration/PublicAPI.Shipped.txt index ab84998e4d8..33dc35d8d22 100644 --- a/src/NuGet.Core/NuGet.Configuration/PublicAPI.Shipped.txt +++ b/src/NuGet.Core/NuGet.Configuration/PublicAPI.Shipped.txt @@ -138,6 +138,8 @@ NuGet.Configuration.PackageSource.Credentials.get -> NuGet.Configuration.Package NuGet.Configuration.PackageSource.Credentials.set -> void NuGet.Configuration.PackageSource.Description.get -> string? NuGet.Configuration.PackageSource.Description.set -> void +NuGet.Configuration.PackageSource.DisableTLSCertificateValidation.get -> bool +NuGet.Configuration.PackageSource.DisableTLSCertificateValidation.set -> void NuGet.Configuration.PackageSource.Equals(NuGet.Configuration.PackageSource? other) -> bool NuGet.Configuration.PackageSource.IsEnabled.get -> bool NuGet.Configuration.PackageSource.IsEnabled.set -> void @@ -298,11 +300,14 @@ NuGet.Configuration.SettingsUtility NuGet.Configuration.SourceItem NuGet.Configuration.SourceItem.AllowInsecureConnections.get -> string? NuGet.Configuration.SourceItem.AllowInsecureConnections.set -> void +NuGet.Configuration.SourceItem.DisableTLSCertificateValidation.get -> string? +NuGet.Configuration.SourceItem.DisableTLSCertificateValidation.set -> void NuGet.Configuration.SourceItem.ProtocolVersion.get -> string? NuGet.Configuration.SourceItem.ProtocolVersion.set -> void NuGet.Configuration.SourceItem.SourceItem(string! key, string! value) -> void NuGet.Configuration.SourceItem.SourceItem(string! key, string! value, string? protocolVersion) -> void NuGet.Configuration.SourceItem.SourceItem(string! key, string! value, string? protocolVersion, string? allowInsecureConnections) -> void +NuGet.Configuration.SourceItem.SourceItem(string! key, string! value, string? protocolVersion, string? allowInsecureConnections, string? disableTLSCertificateValidation) -> void NuGet.Configuration.StoreClientCertItem NuGet.Configuration.StoreClientCertItem.FindType.get -> System.Security.Cryptography.X509Certificates.X509FindType NuGet.Configuration.StoreClientCertItem.FindValue.get -> string! @@ -474,6 +479,7 @@ static readonly NuGet.Configuration.ConfigurationConstants.CredentialsSectionNam static readonly NuGet.Configuration.ConfigurationConstants.DefaultPackageManagementFormatKey -> string! static readonly NuGet.Configuration.ConfigurationConstants.DefaultPushSource -> string! static readonly NuGet.Configuration.ConfigurationConstants.DependencyVersion -> string! +static readonly NuGet.Configuration.ConfigurationConstants.DisableTLSCertificateValidation -> string! static readonly NuGet.Configuration.ConfigurationConstants.DisabledPackageSources -> string! static readonly NuGet.Configuration.ConfigurationConstants.DoNotShowPackageManagementSelectionKey -> string! static readonly NuGet.Configuration.ConfigurationConstants.Enabled -> string! diff --git a/src/NuGet.Core/NuGet.Configuration/PublicAPI.Unshipped.txt b/src/NuGet.Core/NuGet.Configuration/PublicAPI.Unshipped.txt index 76d6be5a765..7dc5c58110b 100644 --- a/src/NuGet.Core/NuGet.Configuration/PublicAPI.Unshipped.txt +++ b/src/NuGet.Core/NuGet.Configuration/PublicAPI.Unshipped.txt @@ -1,7 +1 @@ #nullable enable -NuGet.Configuration.PackageSource.DisableTLSCertificateValidation.get -> bool -NuGet.Configuration.PackageSource.DisableTLSCertificateValidation.set -> void -NuGet.Configuration.SourceItem.DisableTLSCertificateValidation.get -> string? -NuGet.Configuration.SourceItem.DisableTLSCertificateValidation.set -> void -NuGet.Configuration.SourceItem.SourceItem(string! key, string! value, string? protocolVersion, string? allowInsecureConnections, string? disableTLSCertificateValidation) -> void -static readonly NuGet.Configuration.ConfigurationConstants.DisableTLSCertificateValidation -> string! diff --git a/src/NuGet.Core/NuGet.PackageManagement/PublicAPI.Shipped.txt b/src/NuGet.Core/NuGet.PackageManagement/PublicAPI.Shipped.txt index bbe5d6ce81e..77a0e28e85e 100644 --- a/src/NuGet.Core/NuGet.PackageManagement/PublicAPI.Shipped.txt +++ b/src/NuGet.Core/NuGet.PackageManagement/PublicAPI.Shipped.txt @@ -742,7 +742,11 @@ NuGet.ProjectManagement.XmlUtility ~const NuGet.ProjectManagement.ProjectItemProperties.NoWarn = "NoWarn" -> string ~const NuGet.ProjectManagement.ProjectItemProperties.PrivateAssets = "PrivateAssets" -> string ~const NuGet.ProjectManagement.ProjectItemProperties.VersionOverride = "VersionOverride" -> string +~const NuGet.ProjectManagement.ProjectItems.FrameworkReference = "FrameworkReference" -> string +~const NuGet.ProjectManagement.ProjectItems.NuGetAuditSuppress = "NuGetAuditSuppress" -> string +~const NuGet.ProjectManagement.ProjectItems.PackageDownload = "PackageDownload" -> string ~const NuGet.ProjectManagement.ProjectItems.PackageReference = "PackageReference" -> string +~const NuGet.ProjectManagement.ProjectItems.PackageVersion = "PackageVersion" -> string ~const NuGet.ProjectManagement.ProjectItems.ProjectReference = "ProjectReference" -> string ~override NuGet.PackageManagement.IDEExecutionContext.OpenFile(string fullPath) -> System.Threading.Tasks.Task ~override NuGet.PackageManagement.ProjectContextLogger.Log(NuGet.Common.ILogMessage message) -> void diff --git a/src/NuGet.Core/NuGet.PackageManagement/PublicAPI.Unshipped.txt b/src/NuGet.Core/NuGet.PackageManagement/PublicAPI.Unshipped.txt index 035b46ebf2d..7dc5c58110b 100644 --- a/src/NuGet.Core/NuGet.PackageManagement/PublicAPI.Unshipped.txt +++ b/src/NuGet.Core/NuGet.PackageManagement/PublicAPI.Unshipped.txt @@ -1,5 +1 @@ #nullable enable -~const NuGet.ProjectManagement.ProjectItems.FrameworkReference = "FrameworkReference" -> string -~const NuGet.ProjectManagement.ProjectItems.NuGetAuditSuppress = "NuGetAuditSuppress" -> string -~const NuGet.ProjectManagement.ProjectItems.PackageDownload = "PackageDownload" -> string -~const NuGet.ProjectManagement.ProjectItems.PackageVersion = "PackageVersion" -> string diff --git a/src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Shipped.txt b/src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Shipped.txt index dd5b958e7ed..d49f31baacb 100644 --- a/src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Shipped.txt +++ b/src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Shipped.txt @@ -541,6 +541,8 @@ NuGet.ProjectModel.RestoreAuditProperties.EnableAudit.get -> string? NuGet.ProjectModel.RestoreAuditProperties.EnableAudit.set -> void NuGet.ProjectModel.RestoreAuditProperties.Equals(NuGet.ProjectModel.RestoreAuditProperties? other) -> bool NuGet.ProjectModel.RestoreAuditProperties.RestoreAuditProperties() -> void +NuGet.ProjectModel.RestoreAuditProperties.SuppressedAdvisories.get -> System.Collections.Generic.HashSet? +NuGet.ProjectModel.RestoreAuditProperties.SuppressedAdvisories.set -> void NuGet.ProjectModel.RestoreAuditProperties.TryParseAuditLevel(out NuGet.Protocol.PackageVulnerabilitySeverity result) -> bool NuGet.ProjectModel.RestoreAuditProperties.TryParseEnableAudit(out bool result) -> bool NuGet.ProjectModel.RestoreLockProperties diff --git a/src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Unshipped.txt b/src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Unshipped.txt index 7f931065c63..7dc5c58110b 100644 --- a/src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Unshipped.txt +++ b/src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Unshipped.txt @@ -1,3 +1 @@ #nullable enable -NuGet.ProjectModel.RestoreAuditProperties.SuppressedAdvisories.get -> System.Collections.Generic.HashSet? -NuGet.ProjectModel.RestoreAuditProperties.SuppressedAdvisories.set -> void diff --git a/src/NuGet.Core/NuGet.Protocol/PublicAPI/net472/PublicAPI.Shipped.txt b/src/NuGet.Core/NuGet.Protocol/PublicAPI/net472/PublicAPI.Shipped.txt index f658ae8b60b..6cfec1efc98 100644 --- a/src/NuGet.Core/NuGet.Protocol/PublicAPI/net472/PublicAPI.Shipped.txt +++ b/src/NuGet.Core/NuGet.Protocol/PublicAPI/net472/PublicAPI.Shipped.txt @@ -90,6 +90,7 @@ NuGet.Protocol.Core.Types.IPackageSearchMetadata.IsListed.get -> bool ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.LicenseMetadata.get -> NuGet.Packaging.LicenseMetadata ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.LicenseUrl.get -> System.Uri ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.Owners.get -> string +~NuGet.Protocol.Core.Types.IPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.PackageDetailsUrl.get -> System.Uri NuGet.Protocol.Core.Types.IPackageSearchMetadata.PrefixReserved.get -> bool ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.ProjectUrl.get -> System.Uri @@ -182,6 +183,8 @@ NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetada ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.LicenseUrl.set -> void ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.Owners.get -> string ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.Owners.set -> void +~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList +~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.set -> void ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.PackageDetailsUrl.set -> void ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.PackagePath.get -> string @@ -636,6 +639,7 @@ NuGet.Protocol.LocalPackageSearchMetadata.IsListed.get -> bool ~NuGet.Protocol.LocalPackageSearchMetadata.LoadFileAsText(string path) -> string ~NuGet.Protocol.LocalPackageSearchMetadata.LocalPackageSearchMetadata(NuGet.Protocol.LocalPackageInfo package) -> void ~NuGet.Protocol.LocalPackageSearchMetadata.Owners.get -> string +~NuGet.Protocol.LocalPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.LocalPackageSearchMetadata.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.LocalPackageSearchMetadata.PackagePath.get -> string ~NuGet.Protocol.LocalPackageSearchMetadata.PackageReader.get -> System.Func @@ -757,6 +761,7 @@ NuGet.Protocol.PackageSearchMetadata.IsListed.get -> bool ~NuGet.Protocol.PackageSearchMetadata.LicenseMetadata.get -> NuGet.Packaging.LicenseMetadata ~NuGet.Protocol.PackageSearchMetadata.LicenseUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadata.Owners.get -> string +~NuGet.Protocol.PackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.PackageSearchMetadata.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadata.PackageDetailsUrl.set -> void ~NuGet.Protocol.PackageSearchMetadata.PackageId.get -> string @@ -793,6 +798,7 @@ NuGet.Protocol.PackageSearchMetadataV2Feed.LastEdited.get -> System.DateTimeOffs ~NuGet.Protocol.PackageSearchMetadataV2Feed.LicenseMetadata.get -> NuGet.Packaging.LicenseMetadata ~NuGet.Protocol.PackageSearchMetadataV2Feed.LicenseUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadataV2Feed.Owners.get -> string +~NuGet.Protocol.PackageSearchMetadataV2Feed.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.PackageSearchMetadataV2Feed.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadataV2Feed.PackageId.get -> string ~NuGet.Protocol.PackageSearchMetadataV2Feed.PackageSearchMetadataV2Feed(NuGet.Protocol.V2FeedPackageInfo package) -> void @@ -1338,6 +1344,8 @@ NuGet.Protocol.Plugins.UnixAndMonoPlatformsEmbeddedSignatureVerifier.UnixAndMono NuGet.Protocol.Plugins.WindowsEmbeddedSignatureVerifier NuGet.Protocol.Plugins.WindowsEmbeddedSignatureVerifier.WindowsEmbeddedSignatureVerifier() -> void NuGet.Protocol.ProtocolConstants +NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider +NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.OwnerDetailsUriResourceV3Provider() -> void NuGet.Protocol.Providers.VulnerabilityInfoResourceV3Provider NuGet.Protocol.Providers.VulnerabilityInfoResourceV3Provider.VulnerabilityInfoResourceV3Provider() -> void NuGet.Protocol.ProxyAuthenticationHandler @@ -1395,6 +1403,8 @@ NuGet.Protocol.RepositorySignatureResource.AllRepositorySigned.get -> bool NuGet.Protocol.RepositorySignatureResource.UpdateRepositorySignatureInfo() -> void NuGet.Protocol.RepositorySignatureResourceProvider NuGet.Protocol.RepositorySignatureResourceProvider.RepositorySignatureResourceProvider() -> void +NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3 +NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.GetUri(string! owner) -> System.Uri! NuGet.Protocol.Resources.VulnerabilityInfoResourceV3 NuGet.Protocol.Resources.VulnerabilityInfoResourceV3.GetVulnerabilityDataAsync(NuGet.Protocol.Model.V3VulnerabilityIndexEntry! vulnerabilityPage, NuGet.Protocol.Core.Types.SourceCacheContext! cacheContext, NuGet.Common.ILogger! logger, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!>!>! NuGet.Protocol.Resources.VulnerabilityInfoResourceV3.GetVulnerabilityFilesAsync(NuGet.Protocol.Core.Types.SourceCacheContext! cacheContext, NuGet.Common.ILogger! log, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!>! @@ -1843,6 +1853,7 @@ override NuGet.Protocol.Plugins.StandardOutputReceiver.Close() -> void override NuGet.Protocol.Plugins.StandardOutputReceiver.Connect() -> void ~override NuGet.Protocol.Plugins.UnixAndMonoPlatformsEmbeddedSignatureVerifier.IsValid(string filePath) -> bool ~override NuGet.Protocol.Plugins.WindowsEmbeddedSignatureVerifier.IsValid(string filePath) -> bool +override NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository! source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task!>! override NuGet.Protocol.Providers.VulnerabilityInfoResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository! source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task!>! ~override NuGet.Protocol.ProxyAuthenticationHandler.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task ~override NuGet.Protocol.RawSearchResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task> @@ -2026,6 +2037,7 @@ static NuGet.Protocol.Events.ProtocolDiagnostics.ResourceEvent -> NuGet.Protocol static NuGet.Protocol.Plugins.TimeoutUtilities.IsValid(System.TimeSpan timeout) -> bool ~static NuGet.Protocol.RegistrationUtility.CreateVersionRange(string stringToParse) -> NuGet.Versioning.VersionRange ~static NuGet.Protocol.RegistrationUtility.LoadRanges(NuGet.Protocol.HttpSource httpSource, System.Uri registrationUri, string packageId, NuGet.Versioning.VersionRange range, NuGet.Protocol.Core.Types.SourceCacheContext cacheContext, NuGet.Common.ILogger log, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task> +static NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.CreateOrNull(System.Uri! uriTemplate) -> NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3? ~static NuGet.Protocol.SemaphoreSlimThrottle.CreateBinarySemaphore() -> NuGet.Protocol.SemaphoreSlimThrottle ~static NuGet.Protocol.SemaphoreSlimThrottle.CreateSemaphoreThrottle(int initialCount) -> NuGet.Protocol.SemaphoreSlimThrottle ~static NuGet.Protocol.StreamExtensions.CopyToAsync(this System.IO.Stream stream, System.IO.Stream destination, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task diff --git a/src/NuGet.Core/NuGet.Protocol/PublicAPI/net472/PublicAPI.Unshipped.txt b/src/NuGet.Core/NuGet.Protocol/PublicAPI/net472/PublicAPI.Unshipped.txt index a958ad4b497..7dc5c58110b 100644 --- a/src/NuGet.Core/NuGet.Protocol/PublicAPI/net472/PublicAPI.Unshipped.txt +++ b/src/NuGet.Core/NuGet.Protocol/PublicAPI/net472/PublicAPI.Unshipped.txt @@ -1,13 +1 @@ #nullable enable -NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider -NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.OwnerDetailsUriResourceV3Provider() -> void -NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3 -NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.GetUri(string! owner) -> System.Uri! -override NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository! source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task!>! -static NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.CreateOrNull(System.Uri! uriTemplate) -> NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3? -~NuGet.Protocol.Core.Types.IPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.set -> void -~NuGet.Protocol.LocalPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.PackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.PackageSearchMetadataV2Feed.OwnersList.get -> System.Collections.Generic.IReadOnlyList diff --git a/src/NuGet.Core/NuGet.Protocol/PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt b/src/NuGet.Core/NuGet.Protocol/PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt index c536103a78a..4f3ea636015 100644 --- a/src/NuGet.Core/NuGet.Protocol/PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt +++ b/src/NuGet.Core/NuGet.Protocol/PublicAPI/netcoreapp5.0/PublicAPI.Shipped.txt @@ -90,6 +90,7 @@ NuGet.Protocol.Core.Types.IPackageSearchMetadata.IsListed.get -> bool ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.LicenseMetadata.get -> NuGet.Packaging.LicenseMetadata ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.LicenseUrl.get -> System.Uri ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.Owners.get -> string +~NuGet.Protocol.Core.Types.IPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.PackageDetailsUrl.get -> System.Uri NuGet.Protocol.Core.Types.IPackageSearchMetadata.PrefixReserved.get -> bool ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.ProjectUrl.get -> System.Uri @@ -182,6 +183,8 @@ NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetada ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.LicenseUrl.set -> void ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.Owners.get -> string ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.Owners.set -> void +~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList +~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.set -> void ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.PackageDetailsUrl.set -> void ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.PackagePath.get -> string @@ -636,6 +639,7 @@ NuGet.Protocol.LocalPackageSearchMetadata.IsListed.get -> bool ~NuGet.Protocol.LocalPackageSearchMetadata.LoadFileAsText(string path) -> string ~NuGet.Protocol.LocalPackageSearchMetadata.LocalPackageSearchMetadata(NuGet.Protocol.LocalPackageInfo package) -> void ~NuGet.Protocol.LocalPackageSearchMetadata.Owners.get -> string +~NuGet.Protocol.LocalPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.LocalPackageSearchMetadata.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.LocalPackageSearchMetadata.PackagePath.get -> string ~NuGet.Protocol.LocalPackageSearchMetadata.PackageReader.get -> System.Func @@ -757,6 +761,7 @@ NuGet.Protocol.PackageSearchMetadata.IsListed.get -> bool ~NuGet.Protocol.PackageSearchMetadata.LicenseMetadata.get -> NuGet.Packaging.LicenseMetadata ~NuGet.Protocol.PackageSearchMetadata.LicenseUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadata.Owners.get -> string +~NuGet.Protocol.PackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.PackageSearchMetadata.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadata.PackageDetailsUrl.set -> void ~NuGet.Protocol.PackageSearchMetadata.PackageId.get -> string @@ -793,6 +798,7 @@ NuGet.Protocol.PackageSearchMetadataV2Feed.LastEdited.get -> System.DateTimeOffs ~NuGet.Protocol.PackageSearchMetadataV2Feed.LicenseMetadata.get -> NuGet.Packaging.LicenseMetadata ~NuGet.Protocol.PackageSearchMetadataV2Feed.LicenseUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadataV2Feed.Owners.get -> string +~NuGet.Protocol.PackageSearchMetadataV2Feed.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.PackageSearchMetadataV2Feed.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadataV2Feed.PackageId.get -> string ~NuGet.Protocol.PackageSearchMetadataV2Feed.PackageSearchMetadataV2Feed(NuGet.Protocol.V2FeedPackageInfo package) -> void @@ -1338,6 +1344,8 @@ NuGet.Protocol.Plugins.UnixAndMonoPlatformsEmbeddedSignatureVerifier.UnixAndMono NuGet.Protocol.Plugins.WindowsEmbeddedSignatureVerifier NuGet.Protocol.Plugins.WindowsEmbeddedSignatureVerifier.WindowsEmbeddedSignatureVerifier() -> void NuGet.Protocol.ProtocolConstants +NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider +NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.OwnerDetailsUriResourceV3Provider() -> void NuGet.Protocol.Providers.VulnerabilityInfoResourceV3Provider NuGet.Protocol.Providers.VulnerabilityInfoResourceV3Provider.VulnerabilityInfoResourceV3Provider() -> void NuGet.Protocol.ProxyAuthenticationHandler @@ -1395,6 +1403,8 @@ NuGet.Protocol.RepositorySignatureResource.AllRepositorySigned.get -> bool NuGet.Protocol.RepositorySignatureResource.UpdateRepositorySignatureInfo() -> void NuGet.Protocol.RepositorySignatureResourceProvider NuGet.Protocol.RepositorySignatureResourceProvider.RepositorySignatureResourceProvider() -> void +NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3 +NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.GetUri(string! owner) -> System.Uri! NuGet.Protocol.Resources.VulnerabilityInfoResourceV3 NuGet.Protocol.Resources.VulnerabilityInfoResourceV3.GetVulnerabilityDataAsync(NuGet.Protocol.Model.V3VulnerabilityIndexEntry! vulnerabilityPage, NuGet.Protocol.Core.Types.SourceCacheContext! cacheContext, NuGet.Common.ILogger! logger, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!>!>! NuGet.Protocol.Resources.VulnerabilityInfoResourceV3.GetVulnerabilityFilesAsync(NuGet.Protocol.Core.Types.SourceCacheContext! cacheContext, NuGet.Common.ILogger! log, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!>! @@ -1834,6 +1844,7 @@ override NuGet.Protocol.Plugins.StandardOutputReceiver.Close() -> void override NuGet.Protocol.Plugins.StandardOutputReceiver.Connect() -> void ~override NuGet.Protocol.Plugins.UnixAndMonoPlatformsEmbeddedSignatureVerifier.IsValid(string filePath) -> bool ~override NuGet.Protocol.Plugins.WindowsEmbeddedSignatureVerifier.IsValid(string filePath) -> bool +override NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository! source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task!>! override NuGet.Protocol.Providers.VulnerabilityInfoResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository! source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task!>! ~override NuGet.Protocol.ProxyAuthenticationHandler.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task ~override NuGet.Protocol.RawSearchResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task> @@ -2014,6 +2025,7 @@ static NuGet.Protocol.Events.ProtocolDiagnostics.ResourceEvent -> NuGet.Protocol static NuGet.Protocol.Plugins.TimeoutUtilities.IsValid(System.TimeSpan timeout) -> bool ~static NuGet.Protocol.RegistrationUtility.CreateVersionRange(string stringToParse) -> NuGet.Versioning.VersionRange ~static NuGet.Protocol.RegistrationUtility.LoadRanges(NuGet.Protocol.HttpSource httpSource, System.Uri registrationUri, string packageId, NuGet.Versioning.VersionRange range, NuGet.Protocol.Core.Types.SourceCacheContext cacheContext, NuGet.Common.ILogger log, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task> +static NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.CreateOrNull(System.Uri! uriTemplate) -> NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3? ~static NuGet.Protocol.SemaphoreSlimThrottle.CreateBinarySemaphore() -> NuGet.Protocol.SemaphoreSlimThrottle ~static NuGet.Protocol.SemaphoreSlimThrottle.CreateSemaphoreThrottle(int initialCount) -> NuGet.Protocol.SemaphoreSlimThrottle ~static NuGet.Protocol.StreamExtensions.CopyToAsync(this System.IO.Stream stream, System.IO.Stream destination, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task diff --git a/src/NuGet.Core/NuGet.Protocol/PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt b/src/NuGet.Core/NuGet.Protocol/PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt index a958ad4b497..7dc5c58110b 100644 --- a/src/NuGet.Core/NuGet.Protocol/PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt +++ b/src/NuGet.Core/NuGet.Protocol/PublicAPI/netcoreapp5.0/PublicAPI.Unshipped.txt @@ -1,13 +1 @@ #nullable enable -NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider -NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.OwnerDetailsUriResourceV3Provider() -> void -NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3 -NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.GetUri(string! owner) -> System.Uri! -override NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository! source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task!>! -static NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.CreateOrNull(System.Uri! uriTemplate) -> NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3? -~NuGet.Protocol.Core.Types.IPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.set -> void -~NuGet.Protocol.LocalPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.PackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.PackageSearchMetadataV2Feed.OwnersList.get -> System.Collections.Generic.IReadOnlyList diff --git a/src/NuGet.Core/NuGet.Protocol/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt b/src/NuGet.Core/NuGet.Protocol/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt index c536103a78a..4f3ea636015 100644 --- a/src/NuGet.Core/NuGet.Protocol/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt +++ b/src/NuGet.Core/NuGet.Protocol/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt @@ -90,6 +90,7 @@ NuGet.Protocol.Core.Types.IPackageSearchMetadata.IsListed.get -> bool ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.LicenseMetadata.get -> NuGet.Packaging.LicenseMetadata ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.LicenseUrl.get -> System.Uri ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.Owners.get -> string +~NuGet.Protocol.Core.Types.IPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.PackageDetailsUrl.get -> System.Uri NuGet.Protocol.Core.Types.IPackageSearchMetadata.PrefixReserved.get -> bool ~NuGet.Protocol.Core.Types.IPackageSearchMetadata.ProjectUrl.get -> System.Uri @@ -182,6 +183,8 @@ NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetada ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.LicenseUrl.set -> void ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.Owners.get -> string ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.Owners.set -> void +~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList +~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.set -> void ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.PackageDetailsUrl.set -> void ~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.PackagePath.get -> string @@ -636,6 +639,7 @@ NuGet.Protocol.LocalPackageSearchMetadata.IsListed.get -> bool ~NuGet.Protocol.LocalPackageSearchMetadata.LoadFileAsText(string path) -> string ~NuGet.Protocol.LocalPackageSearchMetadata.LocalPackageSearchMetadata(NuGet.Protocol.LocalPackageInfo package) -> void ~NuGet.Protocol.LocalPackageSearchMetadata.Owners.get -> string +~NuGet.Protocol.LocalPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.LocalPackageSearchMetadata.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.LocalPackageSearchMetadata.PackagePath.get -> string ~NuGet.Protocol.LocalPackageSearchMetadata.PackageReader.get -> System.Func @@ -757,6 +761,7 @@ NuGet.Protocol.PackageSearchMetadata.IsListed.get -> bool ~NuGet.Protocol.PackageSearchMetadata.LicenseMetadata.get -> NuGet.Packaging.LicenseMetadata ~NuGet.Protocol.PackageSearchMetadata.LicenseUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadata.Owners.get -> string +~NuGet.Protocol.PackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.PackageSearchMetadata.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadata.PackageDetailsUrl.set -> void ~NuGet.Protocol.PackageSearchMetadata.PackageId.get -> string @@ -793,6 +798,7 @@ NuGet.Protocol.PackageSearchMetadataV2Feed.LastEdited.get -> System.DateTimeOffs ~NuGet.Protocol.PackageSearchMetadataV2Feed.LicenseMetadata.get -> NuGet.Packaging.LicenseMetadata ~NuGet.Protocol.PackageSearchMetadataV2Feed.LicenseUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadataV2Feed.Owners.get -> string +~NuGet.Protocol.PackageSearchMetadataV2Feed.OwnersList.get -> System.Collections.Generic.IReadOnlyList ~NuGet.Protocol.PackageSearchMetadataV2Feed.PackageDetailsUrl.get -> System.Uri ~NuGet.Protocol.PackageSearchMetadataV2Feed.PackageId.get -> string ~NuGet.Protocol.PackageSearchMetadataV2Feed.PackageSearchMetadataV2Feed(NuGet.Protocol.V2FeedPackageInfo package) -> void @@ -1338,6 +1344,8 @@ NuGet.Protocol.Plugins.UnixAndMonoPlatformsEmbeddedSignatureVerifier.UnixAndMono NuGet.Protocol.Plugins.WindowsEmbeddedSignatureVerifier NuGet.Protocol.Plugins.WindowsEmbeddedSignatureVerifier.WindowsEmbeddedSignatureVerifier() -> void NuGet.Protocol.ProtocolConstants +NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider +NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.OwnerDetailsUriResourceV3Provider() -> void NuGet.Protocol.Providers.VulnerabilityInfoResourceV3Provider NuGet.Protocol.Providers.VulnerabilityInfoResourceV3Provider.VulnerabilityInfoResourceV3Provider() -> void NuGet.Protocol.ProxyAuthenticationHandler @@ -1395,6 +1403,8 @@ NuGet.Protocol.RepositorySignatureResource.AllRepositorySigned.get -> bool NuGet.Protocol.RepositorySignatureResource.UpdateRepositorySignatureInfo() -> void NuGet.Protocol.RepositorySignatureResourceProvider NuGet.Protocol.RepositorySignatureResourceProvider.RepositorySignatureResourceProvider() -> void +NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3 +NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.GetUri(string! owner) -> System.Uri! NuGet.Protocol.Resources.VulnerabilityInfoResourceV3 NuGet.Protocol.Resources.VulnerabilityInfoResourceV3.GetVulnerabilityDataAsync(NuGet.Protocol.Model.V3VulnerabilityIndexEntry! vulnerabilityPage, NuGet.Protocol.Core.Types.SourceCacheContext! cacheContext, NuGet.Common.ILogger! logger, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!>!>! NuGet.Protocol.Resources.VulnerabilityInfoResourceV3.GetVulnerabilityFilesAsync(NuGet.Protocol.Core.Types.SourceCacheContext! cacheContext, NuGet.Common.ILogger! log, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!>! @@ -1834,6 +1844,7 @@ override NuGet.Protocol.Plugins.StandardOutputReceiver.Close() -> void override NuGet.Protocol.Plugins.StandardOutputReceiver.Connect() -> void ~override NuGet.Protocol.Plugins.UnixAndMonoPlatformsEmbeddedSignatureVerifier.IsValid(string filePath) -> bool ~override NuGet.Protocol.Plugins.WindowsEmbeddedSignatureVerifier.IsValid(string filePath) -> bool +override NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository! source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task!>! override NuGet.Protocol.Providers.VulnerabilityInfoResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository! source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task!>! ~override NuGet.Protocol.ProxyAuthenticationHandler.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task ~override NuGet.Protocol.RawSearchResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task> @@ -2014,6 +2025,7 @@ static NuGet.Protocol.Events.ProtocolDiagnostics.ResourceEvent -> NuGet.Protocol static NuGet.Protocol.Plugins.TimeoutUtilities.IsValid(System.TimeSpan timeout) -> bool ~static NuGet.Protocol.RegistrationUtility.CreateVersionRange(string stringToParse) -> NuGet.Versioning.VersionRange ~static NuGet.Protocol.RegistrationUtility.LoadRanges(NuGet.Protocol.HttpSource httpSource, System.Uri registrationUri, string packageId, NuGet.Versioning.VersionRange range, NuGet.Protocol.Core.Types.SourceCacheContext cacheContext, NuGet.Common.ILogger log, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task> +static NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.CreateOrNull(System.Uri! uriTemplate) -> NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3? ~static NuGet.Protocol.SemaphoreSlimThrottle.CreateBinarySemaphore() -> NuGet.Protocol.SemaphoreSlimThrottle ~static NuGet.Protocol.SemaphoreSlimThrottle.CreateSemaphoreThrottle(int initialCount) -> NuGet.Protocol.SemaphoreSlimThrottle ~static NuGet.Protocol.StreamExtensions.CopyToAsync(this System.IO.Stream stream, System.IO.Stream destination, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task diff --git a/src/NuGet.Core/NuGet.Protocol/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt b/src/NuGet.Core/NuGet.Protocol/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt index a958ad4b497..7dc5c58110b 100644 --- a/src/NuGet.Core/NuGet.Protocol/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt +++ b/src/NuGet.Core/NuGet.Protocol/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt @@ -1,13 +1 @@ #nullable enable -NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider -NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.OwnerDetailsUriResourceV3Provider() -> void -NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3 -NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.GetUri(string! owner) -> System.Uri! -override NuGet.Protocol.Providers.OwnerDetailsUriResourceV3Provider.TryCreate(NuGet.Protocol.Core.Types.SourceRepository! source, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task!>! -static NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3.CreateOrNull(System.Uri! uriTemplate) -> NuGet.Protocol.Resources.OwnerDetailsUriTemplateResourceV3? -~NuGet.Protocol.Core.Types.IPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.Core.Types.PackageSearchMetadataBuilder.ClonedPackageSearchMetadata.OwnersList.set -> void -~NuGet.Protocol.LocalPackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.PackageSearchMetadata.OwnersList.get -> System.Collections.Generic.IReadOnlyList -~NuGet.Protocol.PackageSearchMetadataV2Feed.OwnersList.get -> System.Collections.Generic.IReadOnlyList