Skip to content

Commit

Permalink
update shipped APIs for release-6.11.x branch (#5897)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartheekp-ms authored Jul 2, 2024
1 parent c0d441f commit 64641a0
Show file tree
Hide file tree
Showing 20 changed files with 64 additions and 64 deletions.
13 changes: 13 additions & 0 deletions src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,21 @@ 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.IVsTargetFrameworkInfo4!>!
NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.ToolReferences.get -> System.Collections.Generic.IReadOnlyList<NuGet.SolutionRestoreManager.IVsReferenceItem2!>?
NuGet.SolutionRestoreManager.IVsProjectRestoreInfoSource
NuGet.SolutionRestoreManager.IVsProjectRestoreInfoSource.HasPendingNomination.get -> bool
NuGet.SolutionRestoreManager.IVsProjectRestoreInfoSource.Name.get -> string!
NuGet.SolutionRestoreManager.IVsProjectRestoreInfoSource.WhenNominated(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
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<string!, string!>?
NuGet.SolutionRestoreManager.IVsReferenceItem2.Name.get -> string!
NuGet.SolutionRestoreManager.IVsReferenceItems
NuGet.SolutionRestoreManager.IVsReferenceItems.Count.get -> int
NuGet.SolutionRestoreManager.IVsReferenceItems.Item(object! index) -> NuGet.SolutionRestoreManager.IVsReferenceItem?
Expand All @@ -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<bool>!
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<bool>!
NuGet.SolutionRestoreManager.IVsSolutionRestoreStatusProvider
NuGet.SolutionRestoreManager.IVsSolutionRestoreStatusProvider.IsRestoreCompleteAsync(System.Threading.CancellationToken token) -> System.Threading.Tasks.Task<bool>!
NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo
Expand All @@ -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<string!, System.Collections.Generic.IReadOnlyList<NuGet.SolutionRestoreManager.IVsReferenceItem2!>!>?
NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4.Properties.get -> System.Collections.Generic.IReadOnlyDictionary<string!, string!>!
NuGet.SolutionRestoreManager.IVsTargetFrameworks
NuGet.SolutionRestoreManager.IVsTargetFrameworks.Count.get -> int
NuGet.SolutionRestoreManager.IVsTargetFrameworks.Item(object! index) -> NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo?
Expand Down
13 changes: 0 additions & 13 deletions src/NuGet.Clients/NuGet.VisualStudio/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -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<string!, string!>?
NuGet.SolutionRestoreManager.IVsSolutionRestoreService5
NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4
NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.OriginalTargetFrameworks.get -> string?
NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.TargetFrameworks.get -> System.Collections.Generic.IReadOnlyList<NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4!>!
NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3.ToolReferences.get -> System.Collections.Generic.IReadOnlyList<NuGet.SolutionRestoreManager.IVsReferenceItem2!>?
NuGet.SolutionRestoreManager.IVsReferenceItem2.Name.get -> string!
NuGet.SolutionRestoreManager.IVsSolutionRestoreService5.NominateProjectAsync(string! projectUniqueName, NuGet.SolutionRestoreManager.IVsProjectRestoreInfo3! projectRestoreInfo, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task<bool>!
NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4.Items.get -> System.Collections.Generic.IReadOnlyDictionary<string!, System.Collections.Generic.IReadOnlyList<NuGet.SolutionRestoreManager.IVsReferenceItem2!>!>?
NuGet.SolutionRestoreManager.IVsTargetFrameworkInfo4.Properties.get -> System.Collections.Generic.IReadOnlyDictionary<string!, string!>!
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ override NuGet.Commands.WarningPropertiesCollection.GetHashCode() -> int
~static NuGet.Commands.MSBuildRestoreUtility.GetDependencySpec(System.Collections.Generic.IEnumerable<NuGet.Commands.IMSBuildItem> 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<NuGet.Commands.IMSBuildItem> items) -> NuGet.ProjectModel.PackageSpec
~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet<string> suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties
~static NuGet.Commands.MSBuildRestoreUtility.GetWarningForUnsupportedProject(string path) -> NuGet.Common.RestoreLogMessage
~static NuGet.Commands.MSBuildRestoreUtility.HasInvalidClear(System.Collections.Generic.IEnumerable<string> values) -> bool
~static NuGet.Commands.MSBuildRestoreUtility.LogErrorForClearIfInvalid(System.Collections.Generic.IEnumerable<string> values, string projectPath, NuGet.Common.ILogger logger) -> bool
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#nullable enable
~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet<string> suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ override NuGet.Commands.WarningPropertiesCollection.GetHashCode() -> int
~static NuGet.Commands.MSBuildRestoreUtility.GetDependencySpec(System.Collections.Generic.IEnumerable<NuGet.Commands.IMSBuildItem> 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<NuGet.Commands.IMSBuildItem> items) -> NuGet.ProjectModel.PackageSpec
~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet<string> suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties
~static NuGet.Commands.MSBuildRestoreUtility.GetWarningForUnsupportedProject(string path) -> NuGet.Common.RestoreLogMessage
~static NuGet.Commands.MSBuildRestoreUtility.HasInvalidClear(System.Collections.Generic.IEnumerable<string> values) -> bool
~static NuGet.Commands.MSBuildRestoreUtility.LogErrorForClearIfInvalid(System.Collections.Generic.IEnumerable<string> values, string projectPath, NuGet.Common.ILogger logger) -> bool
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#nullable enable
~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet<string> suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ override NuGet.Commands.WarningPropertiesCollection.GetHashCode() -> int
~static NuGet.Commands.MSBuildRestoreUtility.GetDependencySpec(System.Collections.Generic.IEnumerable<NuGet.Commands.IMSBuildItem> 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<NuGet.Commands.IMSBuildItem> items) -> NuGet.ProjectModel.PackageSpec
~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet<string> suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties
~static NuGet.Commands.MSBuildRestoreUtility.GetWarningForUnsupportedProject(string path) -> NuGet.Common.RestoreLogMessage
~static NuGet.Commands.MSBuildRestoreUtility.HasInvalidClear(System.Collections.Generic.IEnumerable<string> values) -> bool
~static NuGet.Commands.MSBuildRestoreUtility.LogErrorForClearIfInvalid(System.Collections.Generic.IEnumerable<string> values, string projectPath, NuGet.Common.ILogger logger) -> bool
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#nullable enable
~static NuGet.Commands.MSBuildRestoreUtility.GetRestoreAuditProperties(NuGet.Commands.IMSBuildItem specItem, System.Collections.Generic.HashSet<string> suppressionItems) -> NuGet.ProjectModel.RestoreAuditProperties
6 changes: 6 additions & 0 deletions src/NuGet.Core/NuGet.Configuration/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!
Expand Down Expand Up @@ -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!
Expand Down
6 changes: 0 additions & 6 deletions src/NuGet.Core/NuGet.Configuration/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -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!
4 changes: 4 additions & 0 deletions src/NuGet.Core/NuGet.PackageManagement/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<string!>?
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
Expand Down
2 changes: 0 additions & 2 deletions src/NuGet.Core/NuGet.ProjectModel/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#nullable enable
NuGet.ProjectModel.RestoreAuditProperties.SuppressedAdvisories.get -> System.Collections.Generic.HashSet<string!>?
NuGet.ProjectModel.RestoreAuditProperties.SuppressedAdvisories.set -> void
Loading

0 comments on commit 64641a0

Please sign in to comment.