Skip to content

Commit e863e23

Browse files
zivkankartheekp-ms
andauthored
update public API shipping in 7.6.x (#7269)
Co-authored-by: Kartheek Penagamuri <[email protected]>
1 parent 06ee0a5 commit e863e23

20 files changed

Lines changed: 55 additions & 55 deletions

src/NuGet.Core/NuGet.CommandLine.XPlat/PublicAPI.Shipped.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ NuGet.CommandLine.XPlat.Commands.DocumentedCommand
33
NuGet.CommandLine.XPlat.Commands.DocumentedCommand.DocumentedCommand(string! name, string! description, string! helpUrl) -> void
44
NuGet.CommandLine.XPlat.Commands.DocumentedCommand.HelpUrl.get -> string!
55
NuGet.CommandLine.XPlat.Commands.Why.WhyCommand
6+
NuGet.CommandLine.XPlat.IVirtualProjectBuilder
7+
NuGet.CommandLine.XPlat.IVirtualProjectBuilder.CreateProjectRootElement(string! entryPointFilePath, Microsoft.Build.Evaluation.ProjectCollection! projectCollection) -> Microsoft.Build.Construction.ProjectRootElement!
8+
NuGet.CommandLine.XPlat.IVirtualProjectBuilder.GetVirtualProjectPath(string! entryPointFilePath) -> string!
9+
NuGet.CommandLine.XPlat.IVirtualProjectBuilder.IsValidEntryPointPath(string! entryPointFilePath) -> bool
10+
NuGet.CommandLine.XPlat.IVirtualProjectBuilder.SaveProject(string! entryPointFilePath, Microsoft.Build.Construction.ProjectRootElement! projectRootElement) -> void
611
NuGet.CommandLine.XPlat.NuGetCommands
12+
NuGet.CommandLine.XPlat.Program
713
static NuGet.CommandLine.XPlat.Commands.Why.WhyCommand.GetWhyCommand(System.CommandLine.Command! rootCommand) -> void
14+
static NuGet.CommandLine.XPlat.Commands.Why.WhyCommand.GetWhyCommand(System.CommandLine.Command! rootCommand, NuGet.CommandLine.XPlat.IVirtualProjectBuilder? virtualProjectBuilder = null) -> void
815
static NuGet.CommandLine.XPlat.NuGetCommands.Add(System.CommandLine.RootCommand! rootCommand) -> void
916
static NuGet.CommandLine.XPlat.NuGetCommands.Add(System.CommandLine.RootCommand! rootCommand, System.CommandLine.Option<bool>! interactiveOption) -> void
17+
static NuGet.CommandLine.XPlat.NuGetCommands.Add(System.CommandLine.RootCommand! rootCommand, System.CommandLine.Option<bool>! interactiveOption, NuGet.CommandLine.XPlat.IVirtualProjectBuilder? virtualProjectBuilder = null) -> void
18+
static NuGet.CommandLine.XPlat.Program.Run(string![]! args, NuGet.CommandLine.XPlat.IVirtualProjectBuilder! virtualProjectBuilder) -> int
Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
11
#nullable enable
2-
NuGet.CommandLine.XPlat.IVirtualProjectBuilder
3-
NuGet.CommandLine.XPlat.IVirtualProjectBuilder.CreateProjectRootElement(string! entryPointFilePath, Microsoft.Build.Evaluation.ProjectCollection! projectCollection) -> Microsoft.Build.Construction.ProjectRootElement!
4-
NuGet.CommandLine.XPlat.IVirtualProjectBuilder.GetVirtualProjectPath(string! entryPointFilePath) -> string!
5-
NuGet.CommandLine.XPlat.IVirtualProjectBuilder.IsValidEntryPointPath(string! entryPointFilePath) -> bool
6-
NuGet.CommandLine.XPlat.IVirtualProjectBuilder.SaveProject(string! entryPointFilePath, Microsoft.Build.Construction.ProjectRootElement! projectRootElement) -> void
7-
NuGet.CommandLine.XPlat.Program
8-
static NuGet.CommandLine.XPlat.Commands.Why.WhyCommand.GetWhyCommand(System.CommandLine.Command! rootCommand, NuGet.CommandLine.XPlat.IVirtualProjectBuilder? virtualProjectBuilder = null) -> void
9-
static NuGet.CommandLine.XPlat.NuGetCommands.Add(System.CommandLine.RootCommand! rootCommand, System.CommandLine.Option<bool>! interactiveOption, NuGet.CommandLine.XPlat.IVirtualProjectBuilder? virtualProjectBuilder = null) -> void
10-
static NuGet.CommandLine.XPlat.Program.Run(string![]! args, NuGet.CommandLine.XPlat.IVirtualProjectBuilder! virtualProjectBuilder) -> int

src/NuGet.Core/NuGet.Commands/PublicAPI/net472/PublicAPI.Shipped.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,8 @@ NuGet.Commands.RestoreTargetGraph.InConflict.get -> bool
645645
~NuGet.Commands.RestoreTargetGraph.TargetGraphName.get -> string
646646
~NuGet.Commands.RestoreTargetGraph.Unresolved.get -> System.Collections.Generic.ISet<NuGet.LibraryModel.LibraryRange>
647647
NuGet.Commands.SignArgs
648+
NuGet.Commands.SignArgs.AllowUntrustedRoot.get -> bool
649+
NuGet.Commands.SignArgs.AllowUntrustedRoot.set -> void
648650
~NuGet.Commands.SignArgs.CertificateFingerprint.get -> string
649651
~NuGet.Commands.SignArgs.CertificateFingerprint.set -> void
650652
~NuGet.Commands.SignArgs.CertificatePassword.get -> string
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
#nullable enable
2-
NuGet.Commands.SignArgs.AllowUntrustedRoot.get -> bool
3-
NuGet.Commands.SignArgs.AllowUntrustedRoot.set -> void

src/NuGet.Core/NuGet.Commands/PublicAPI/net8.0/PublicAPI.Shipped.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,8 @@ NuGet.Commands.RestoreTargetGraph.InConflict.get -> bool
645645
~NuGet.Commands.RestoreTargetGraph.TargetGraphName.get -> string
646646
~NuGet.Commands.RestoreTargetGraph.Unresolved.get -> System.Collections.Generic.ISet<NuGet.LibraryModel.LibraryRange>
647647
NuGet.Commands.SignArgs
648+
NuGet.Commands.SignArgs.AllowUntrustedRoot.get -> bool
649+
NuGet.Commands.SignArgs.AllowUntrustedRoot.set -> void
648650
~NuGet.Commands.SignArgs.CertificateFingerprint.get -> string
649651
~NuGet.Commands.SignArgs.CertificateFingerprint.set -> void
650652
~NuGet.Commands.SignArgs.CertificatePassword.get -> string
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
#nullable enable
2-
NuGet.Commands.SignArgs.AllowUntrustedRoot.get -> bool
3-
NuGet.Commands.SignArgs.AllowUntrustedRoot.set -> void

src/NuGet.Core/NuGet.Common/PublicAPI.Shipped.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ NuGet.Common.NuGetLogCode.NU1014 = 1014 -> NuGet.Common.NuGetLogCode
180180
NuGet.Common.NuGetLogCode.NU1015 = 1015 -> NuGet.Common.NuGetLogCode
181181
NuGet.Common.NuGetLogCode.NU1016 = 1016 -> NuGet.Common.NuGetLogCode
182182
NuGet.Common.NuGetLogCode.NU1017 = 1017 -> NuGet.Common.NuGetLogCode
183+
NuGet.Common.NuGetLogCode.NU1018 = 1018 -> NuGet.Common.NuGetLogCode
184+
NuGet.Common.NuGetLogCode.NU1019 = 1019 -> NuGet.Common.NuGetLogCode
183185
NuGet.Common.NuGetLogCode.NU1100 = 1100 -> NuGet.Common.NuGetLogCode
184186
NuGet.Common.NuGetLogCode.NU1101 = 1101 -> NuGet.Common.NuGetLogCode
185187
NuGet.Common.NuGetLogCode.NU1102 = 1102 -> NuGet.Common.NuGetLogCode
@@ -326,6 +328,7 @@ NuGet.Common.NuGetLogCode.NU5047 = 5047 -> NuGet.Common.NuGetLogCode
326328
NuGet.Common.NuGetLogCode.NU5048 = 5048 -> NuGet.Common.NuGetLogCode
327329
NuGet.Common.NuGetLogCode.NU5049 = 5049 -> NuGet.Common.NuGetLogCode
328330
NuGet.Common.NuGetLogCode.NU5050 = 5050 -> NuGet.Common.NuGetLogCode
331+
NuGet.Common.NuGetLogCode.NU5051 = 5051 -> NuGet.Common.NuGetLogCode
329332
NuGet.Common.NuGetLogCode.NU5100 = 5100 -> NuGet.Common.NuGetLogCode
330333
NuGet.Common.NuGetLogCode.NU5101 = 5101 -> NuGet.Common.NuGetLogCode
331334
NuGet.Common.NuGetLogCode.NU5102 = 5102 -> NuGet.Common.NuGetLogCode
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
#nullable enable
2-
NuGet.Common.NuGetLogCode.NU1018 = 1018 -> NuGet.Common.NuGetLogCode
3-
NuGet.Common.NuGetLogCode.NU1019 = 1019 -> NuGet.Common.NuGetLogCode
4-
NuGet.Common.NuGetLogCode.NU5051 = 5051 -> NuGet.Common.NuGetLogCode

src/NuGet.Core/NuGet.DependencyResolver.Core/PublicAPI.Shipped.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ NuGet.DependencyResolver.GraphNode<TItem>.Disposition.set -> void
5151
NuGet.DependencyResolver.GraphOperations
5252
NuGet.DependencyResolver.IDependencyProvider
5353
NuGet.DependencyResolver.IDependencyProvider.GetLibrary(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.Frameworks.NuGetFramework! targetFramework) -> NuGet.LibraryModel.Library?
54+
NuGet.DependencyResolver.IDependencyProvider.GetLibrary(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.Frameworks.NuGetFramework! targetFramework, string? alias) -> NuGet.LibraryModel.Library?
5455
NuGet.DependencyResolver.IDependencyProvider.SupportsType(NuGet.LibraryModel.LibraryDependencyTarget libraryTypeFlag) -> bool
5556
NuGet.DependencyResolver.IRemoteDependencyProvider
5657
~NuGet.DependencyResolver.IRemoteDependencyProvider.FindLibraryAsync(NuGet.LibraryModel.LibraryRange libraryRange, NuGet.Frameworks.NuGetFramework targetFramework, NuGet.Protocol.Core.Types.SourceCacheContext cacheContext, NuGet.Common.ILogger logger, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<NuGet.LibraryModel.LibraryIdentity>
@@ -61,10 +62,12 @@ NuGet.DependencyResolver.IRemoteDependencyProvider.IsHttp.get -> bool
6162
~NuGet.DependencyResolver.IRemoteDependencyProvider.Source.get -> NuGet.Configuration.PackageSource
6263
~NuGet.DependencyResolver.IRemoteDependencyProvider.SourceRepository.get -> NuGet.Protocol.Core.Types.SourceRepository
6364
NuGet.DependencyResolver.LibraryRangeCacheKey
65+
NuGet.DependencyResolver.LibraryRangeCacheKey.Alias.get -> string?
6466
NuGet.DependencyResolver.LibraryRangeCacheKey.Equals(NuGet.DependencyResolver.LibraryRangeCacheKey other) -> bool
6567
NuGet.DependencyResolver.LibraryRangeCacheKey.Framework.get -> NuGet.Frameworks.NuGetFramework!
6668
NuGet.DependencyResolver.LibraryRangeCacheKey.LibraryRange.get -> NuGet.LibraryModel.LibraryRange!
6769
NuGet.DependencyResolver.LibraryRangeCacheKey.LibraryRangeCacheKey() -> void
70+
NuGet.DependencyResolver.LibraryRangeCacheKey.LibraryRangeCacheKey(NuGet.LibraryModel.LibraryRange! range, NuGet.Frameworks.NuGetFramework! framework, string? alias) -> void
6871
NuGet.DependencyResolver.LocalDependencyProvider
6972
~NuGet.DependencyResolver.LocalDependencyProvider.FindLibraryAsync(NuGet.LibraryModel.LibraryRange libraryRange, NuGet.Frameworks.NuGetFramework targetFramework, NuGet.Protocol.Core.Types.SourceCacheContext cacheContext, NuGet.Common.ILogger logger, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<NuGet.LibraryModel.LibraryIdentity>
7073
~NuGet.DependencyResolver.LocalDependencyProvider.GetAllVersionsAsync(string id, NuGet.Protocol.Core.Types.SourceCacheContext cacheContext, NuGet.Common.ILogger logger, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NuGet.Versioning.NuGetVersion>>
@@ -82,8 +85,10 @@ NuGet.DependencyResolver.LocalMatch.LocalMatch() -> void
8285
~NuGet.DependencyResolver.LocalMatch.LocalProvider.set -> void
8386
NuGet.DependencyResolver.LockFileCacheKey
8487
NuGet.DependencyResolver.LockFileCacheKey.Equals(NuGet.DependencyResolver.LockFileCacheKey? other) -> bool
88+
NuGet.DependencyResolver.LockFileCacheKey.LockFileCacheKey(NuGet.Frameworks.NuGetFramework! framework, string? runtimeIdentifier, string? targetAlias) -> void
8589
NuGet.DependencyResolver.LockFileCacheKey.Name.get -> string!
8690
NuGet.DependencyResolver.LockFileCacheKey.RuntimeIdentifier.get -> string?
91+
NuGet.DependencyResolver.LockFileCacheKey.TargetAlias.get -> string!
8792
NuGet.DependencyResolver.LockFileCacheKey.TargetFramework.get -> NuGet.Frameworks.NuGetFramework!
8893
NuGet.DependencyResolver.PackagingUtility
8994
NuGet.DependencyResolver.RemoteDependencyWalker
@@ -167,5 +172,7 @@ static NuGet.DependencyResolver.LibraryRangeCacheKey.operator ==(NuGet.Dependenc
167172
~static NuGet.DependencyResolver.RemoteDependencyWalker.IsGreaterThanOrEqualTo(NuGet.Versioning.VersionRange nearVersion, NuGet.Versioning.VersionRange farVersion) -> bool
168173
~static NuGet.DependencyResolver.RemoteDependencyWalker.MergeRuntimeDependencies(System.Collections.Generic.HashSet<NuGet.LibraryModel.LibraryDependency> runtimeDependencies, NuGet.DependencyResolver.GraphNode<NuGet.DependencyResolver.RemoteResolveResult> node) -> void
169174
static NuGet.DependencyResolver.ResolverUtility.FindLibraryByVersionAsync(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.Frameworks.NuGetFramework! framework, System.Collections.Generic.IEnumerable<NuGet.DependencyResolver.IRemoteDependencyProvider!>! providers, NuGet.Protocol.Core.Types.SourceCacheContext! cacheContext, NuGet.Common.ILogger! logger, System.Threading.CancellationToken token) -> System.Threading.Tasks.Task<NuGet.DependencyResolver.RemoteMatch?>!
175+
static NuGet.DependencyResolver.ResolverUtility.FindLibraryCachedAsync(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.Frameworks.NuGetFramework! framework, string? runtimeIdentifier, string? targetAlias, NuGet.DependencyResolver.RemoteWalkContext! context, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<NuGet.DependencyResolver.GraphItem<NuGet.DependencyResolver.RemoteResolveResult!>!>!
176+
static NuGet.DependencyResolver.ResolverUtility.FindLibraryEntryAsync(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.Frameworks.NuGetFramework! framework, string? runtimeIdentifier, string? targetAlias, NuGet.DependencyResolver.RemoteWalkContext! context, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<NuGet.DependencyResolver.GraphItem<NuGet.DependencyResolver.RemoteResolveResult!>!>!
170177
static NuGet.DependencyResolver.ResolverUtility.FindPackageLibraryMatchCachedAsync(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.DependencyResolver.RemoteWalkContext! remoteWalkContext, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<System.Tuple<NuGet.LibraryModel.LibraryRange!, NuGet.DependencyResolver.RemoteMatch!>!>!
171178
static NuGet.DependencyResolver.ResolverUtility.FindProjectMatchAsync(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.Frameworks.NuGetFramework! framework, System.Collections.Generic.IEnumerable<NuGet.DependencyResolver.IDependencyProvider!>! projectProviders, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<NuGet.DependencyResolver.RemoteMatch?>!
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
11
#nullable enable
2-
NuGet.DependencyResolver.IDependencyProvider.GetLibrary(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.Frameworks.NuGetFramework! targetFramework, string? alias) -> NuGet.LibraryModel.Library?
3-
NuGet.DependencyResolver.LibraryRangeCacheKey.Alias.get -> string?
4-
NuGet.DependencyResolver.LibraryRangeCacheKey.LibraryRangeCacheKey(NuGet.LibraryModel.LibraryRange! range, NuGet.Frameworks.NuGetFramework! framework, string? alias) -> void
5-
NuGet.DependencyResolver.LockFileCacheKey.LockFileCacheKey(NuGet.Frameworks.NuGetFramework! framework, string? runtimeIdentifier, string? targetAlias) -> void
6-
NuGet.DependencyResolver.LockFileCacheKey.TargetAlias.get -> string!
7-
static NuGet.DependencyResolver.ResolverUtility.FindLibraryCachedAsync(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.Frameworks.NuGetFramework! framework, string? runtimeIdentifier, string? targetAlias, NuGet.DependencyResolver.RemoteWalkContext! context, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<NuGet.DependencyResolver.GraphItem<NuGet.DependencyResolver.RemoteResolveResult!>!>!
8-
static NuGet.DependencyResolver.ResolverUtility.FindLibraryEntryAsync(NuGet.LibraryModel.LibraryRange! libraryRange, NuGet.Frameworks.NuGetFramework! framework, string? runtimeIdentifier, string? targetAlias, NuGet.DependencyResolver.RemoteWalkContext! context, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<NuGet.DependencyResolver.GraphItem<NuGet.DependencyResolver.RemoteResolveResult!>!>!

0 commit comments

Comments
 (0)