@@ -83,10 +83,10 @@ NuGet.ProjectModel.ExternalProjectReference
8383~NuGet.ProjectModel.ExternalProjectReference.UniqueName.get -> string
8484NuGet.ProjectModel.FileFormatException
8585NuGet.ProjectModel.FileFormatException.Column.get -> int
86- ~ NuGet.ProjectModel.FileFormatException.FileFormatException(string message) -> void
87- ~ NuGet.ProjectModel.FileFormatException.FileFormatException(string message, System.Exception innerException) -> void
86+ NuGet.ProjectModel.FileFormatException.FileFormatException(string! message) -> void
87+ NuGet.ProjectModel.FileFormatException.FileFormatException(string! message, System.Exception! innerException) -> void
8888NuGet.ProjectModel.FileFormatException.Line.get -> int
89- ~ NuGet.ProjectModel.FileFormatException.Path.get -> string
89+ NuGet.ProjectModel.FileFormatException.Path.get -> string?
9090NuGet.ProjectModel.HashObjectWriter
9191NuGet.ProjectModel.HashObjectWriter.Dispose() -> void
9292NuGet.ProjectModel.HashObjectWriter.GetHash() -> string!
@@ -115,8 +115,8 @@ NuGet.ProjectModel.IAssetsLogMessage.StartLineNumber.get -> int
115115~NuGet.ProjectModel.IAssetsLogMessage.TargetGraphs.get -> System.Collections.Generic.IReadOnlyList<string>
116116NuGet.ProjectModel.IAssetsLogMessage.WarningLevel.get -> NuGet.Common.WarningLevel
117117NuGet.ProjectModel.IExternalProjectReferenceProvider
118- ~ NuGet.ProjectModel.IExternalProjectReferenceProvider.GetEntryPoints() -> System.Collections.Generic.IReadOnlyList<NuGet.ProjectModel.ExternalProjectReference>
119- ~ NuGet.ProjectModel.IExternalProjectReferenceProvider.GetReferences(string entryPointPath) -> System.Collections.Generic.IReadOnlyList<NuGet.ProjectModel.ExternalProjectReference>
118+ NuGet.ProjectModel.IExternalProjectReferenceProvider.GetEntryPoints() -> System.Collections.Generic.IReadOnlyList<NuGet.ProjectModel.ExternalProjectReference!>!
119+ NuGet.ProjectModel.IExternalProjectReferenceProvider.GetReferences(string! entryPointPath) -> System.Collections.Generic.IReadOnlyList<NuGet.ProjectModel.ExternalProjectReference!>!
120120NuGet.ProjectModel.JTokenExtensions
121121NuGet.ProjectModel.JsonPackageSpecReader
122122NuGet.ProjectModel.LockFile
@@ -521,12 +521,12 @@ NuGet.ProjectModel.TargetFrameworkInformation.TargetFrameworkInformation() -> vo
521521NuGet.ProjectModel.TargetFrameworkInformation.Warn.get -> bool
522522NuGet.ProjectModel.TargetFrameworkInformation.Warn.init -> void
523523NuGet.ProjectModel.ToolPathResolver
524- ~ NuGet.ProjectModel.ToolPathResolver.GetBestToolDirectoryPath(string packageId, NuGet.Versioning.VersionRange versionRange, NuGet.Frameworks.NuGetFramework framework) -> string
525- ~ NuGet.ProjectModel.ToolPathResolver.GetLockFilePath(string packageId, NuGet.Versioning.NuGetVersion version, NuGet.Frameworks.NuGetFramework framework) -> string
526- ~ NuGet.ProjectModel.ToolPathResolver.GetLockFilePath(string toolDirectory) -> string
527- ~ NuGet.ProjectModel.ToolPathResolver.GetToolDirectoryPath(string packageId, NuGet.Versioning.NuGetVersion version, NuGet.Frameworks.NuGetFramework framework) -> string
528- ~ NuGet.ProjectModel.ToolPathResolver.ToolPathResolver(string packagesDirectory) -> void
529- ~ NuGet.ProjectModel.ToolPathResolver.ToolPathResolver(string packagesDirectory, bool isLowercase) -> void
524+ NuGet.ProjectModel.ToolPathResolver.GetBestToolDirectoryPath(string! packageId, NuGet.Versioning.VersionRange! versionRange, NuGet.Frameworks.NuGetFramework! framework) -> string?
525+ NuGet.ProjectModel.ToolPathResolver.GetLockFilePath(string! packageId, NuGet.Versioning.NuGetVersion! version, NuGet.Frameworks.NuGetFramework! framework) -> string!
526+ NuGet.ProjectModel.ToolPathResolver.GetLockFilePath(string! toolDirectory) -> string!
527+ NuGet.ProjectModel.ToolPathResolver.GetToolDirectoryPath(string! packageId, NuGet.Versioning.NuGetVersion! version, NuGet.Frameworks.NuGetFramework! framework) -> string!
528+ NuGet.ProjectModel.ToolPathResolver.ToolPathResolver(string! packagesDirectory) -> void
529+ NuGet.ProjectModel.ToolPathResolver.ToolPathResolver(string! packagesDirectory, bool isLowercase) -> void
530530NuGet.ProjectModel.WarningProperties
531531NuGet.ProjectModel.WarningProperties.AllWarningsAsErrors.get -> bool
532532NuGet.ProjectModel.WarningProperties.AllWarningsAsErrors.set -> void
@@ -605,11 +605,11 @@ static NuGet.ProjectModel.BuildAction.operator ==(NuGet.ProjectModel.BuildAction
605605~static NuGet.ProjectModel.DependencyGraphSpec.Load(string path) -> NuGet.ProjectModel.DependencyGraphSpec
606606~static NuGet.ProjectModel.DependencyGraphSpec.SortPackagesByDependencyOrder(System.Collections.Generic.IEnumerable<NuGet.ProjectModel.PackageSpec> packages) -> System.Collections.Generic.IReadOnlyList<NuGet.ProjectModel.PackageSpec>
607607~static NuGet.ProjectModel.DependencyGraphSpec.Union(System.Collections.Generic.IEnumerable<NuGet.ProjectModel.DependencyGraphSpec> dgSpecs) -> NuGet.ProjectModel.DependencyGraphSpec
608- ~ static NuGet.ProjectModel.FileFormatException.Create(System.Exception exception, Newtonsoft.Json.Linq.JToken value, string path) -> NuGet.ProjectModel.FileFormatException
609- ~ static NuGet.ProjectModel.FileFormatException.Create(string message, Newtonsoft.Json.Linq.JToken value, string path) -> NuGet.ProjectModel.FileFormatException
610- ~ static NuGet.ProjectModel.JTokenExtensions.GetValue<T>(this Newtonsoft.Json.Linq.JToken token, string name) -> T
611- ~ static NuGet.ProjectModel.JTokenExtensions.ValueAsArray<T>(this Newtonsoft.Json.Linq.JToken jToken) -> T[]
612- ~ static NuGet.ProjectModel.JTokenExtensions.ValueAsArray<T>(this Newtonsoft.Json.Linq.JToken jToken, string name) -> T[]
608+ static NuGet.ProjectModel.FileFormatException.Create(System.Exception! exception, Newtonsoft.Json.Linq.JToken! value, string! path) -> NuGet.ProjectModel.FileFormatException!
609+ static NuGet.ProjectModel.FileFormatException.Create(string! message, Newtonsoft.Json.Linq.JToken! value, string! path) -> NuGet.ProjectModel.FileFormatException!
610+ static NuGet.ProjectModel.JTokenExtensions.GetValue<T>(this Newtonsoft.Json.Linq.JToken! token, string! name) -> T?
611+ static NuGet.ProjectModel.JTokenExtensions.ValueAsArray<T>(this Newtonsoft.Json.Linq.JToken! jToken) -> T?[]!
612+ static NuGet.ProjectModel.JTokenExtensions.ValueAsArray<T>(this Newtonsoft.Json.Linq.JToken! jToken, string! name) -> T?[]?
613613~static NuGet.ProjectModel.JsonPackageSpecReader.GetPackageSpec(System.IO.Stream stream, string name, string packageSpecPath, string snapshotValue) -> NuGet.ProjectModel.PackageSpec
614614~static NuGet.ProjectModel.JsonPackageSpecReader.GetPackageSpec(string json, string name, string packageSpecPath) -> NuGet.ProjectModel.PackageSpec
615615~static NuGet.ProjectModel.JsonPackageSpecReader.GetPackageSpec(string name, string packageSpecPath) -> NuGet.ProjectModel.PackageSpec
0 commit comments