Merge all changes

This commit is contained in:
StellaOps Bot
2026-01-08 08:54:27 +02:00
parent 589de352c2
commit 110591d6bf
381 changed files with 2237 additions and 1939 deletions

View File

@@ -8,8 +8,14 @@
<LangVersion>preview</LangVersion>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<!-- Prevent including source from main project to avoid duplicate types (CS0436) -->
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
<ItemGroup>
<!-- Only include test files, not Models or Commands from main project -->
<Compile Include="*Tests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="FixtureHarvester.csproj" />