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

@@ -136,12 +136,6 @@
<UseXunitV3>true</UseXunitV3>
</PropertyGroup>
<!-- Test projects: no additional suppressions -->
<PropertyGroup Condition="$([System.String]::Copy('$(MSBuildProjectName)').EndsWith('Tests')) or
$([System.String]::Copy('$(MSBuildProjectDirectory)').Contains('__Tests')) or
$([System.String]::Copy('$(MSBuildProjectName)').StartsWith('StellaOps.Integration.'))">
</PropertyGroup>
<!-- Concelier shared test infrastructure (only when paths exist and not opted out) -->
<ItemGroup Condition="$([System.String]::Copy('$(MSBuildProjectName)').EndsWith('.Tests')) and '$(UseConcelierTestInfra)' != 'false'">
<Compile Include="$(ConcelierSharedTestsPath)AssemblyInfo.cs" Link="Shared\AssemblyInfo.cs" Condition="'$(ConcelierSharedTestsPath)' != ''" />