save dev progress

This commit is contained in:
StellaOps Bot
2025-12-26 00:32:35 +02:00
parent aa70af062e
commit ed3079543c
142 changed files with 23771 additions and 232 deletions

View File

@@ -2004,3 +2004,11 @@ static Guid? ParseGuid(string value)
{
return Guid.TryParse(value, out var result) ? result : null;
}
namespace StellaOps.Findings.Ledger.WebService
{
/// <summary>
/// Marker class for WebApplicationFactory integration tests.
/// </summary>
public partial class Program { }
}