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

@@ -0,0 +1,13 @@
using System;
namespace StellaOps.Signals.Models;
public sealed record ReachabilityFactUpdatedEvent(
string Version,
string SubjectKey,
string? CallgraphId,
DateTimeOffset OccurredAtUtc,
int ReachableCount,
int UnreachableCount,
int RuntimeFactsCount,
DateTimeOffset ComputedAtUtc);