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

@@ -9,6 +9,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<IsPackable>false</IsPackable>
<!-- Disable xUnit generated entry point since this has its own Main -->
<GenerateProgramFile>false</GenerateProgramFile>
<!-- Suppress xUnit1051 for CancellationToken usage and CS8892 for duplicate entry point -->
<NoWarn>$(NoWarn);xUnit1051;CS8892</NoWarn>
</PropertyGroup>
<ItemGroup>
@@ -18,9 +22,7 @@
<PackageReference Include="xunit.runner.visualstudio">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="FluentAssertions" />
</PackageReference> <PackageReference Include="FluentAssertions" />
<PackageReference Include="Moq" />
</ItemGroup>