release orchestrator v1 draft and build fixes

This commit is contained in:
master
2026-01-12 12:24:17 +02:00
parent f3de858c59
commit 9873f80830
1598 changed files with 240385 additions and 5944 deletions

View File

@@ -0,0 +1,8 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (c) StellaOps
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("StellaOps.Scanner.CallGraph")]
[assembly: InternalsVisibleTo("StellaOps.Scanner.Reachability")]
[assembly: InternalsVisibleTo("StellaOps.Scanner.Contracts.Tests")]