nuget reorganization

This commit is contained in:
master
2025-11-18 23:45:25 +02:00
parent 77cee6a209
commit d3ecd7f8e6
7712 changed files with 13963 additions and 10007504 deletions

View File

@@ -85,3 +85,12 @@ public sealed record ComponentLookupResult(
IReadOnlyList<ComponentNeighbor> Neighbors,
string? NextCursor,
string CacheHint);
public sealed record ComponentLookupRecord(
string Artifact,
string Purl,
string NeighborPurl,
string Relationship,
string? License,
string Scope,
bool RuntimeFlag);