From 63a6119ede6fd90fb7b0b312216579ee793fb15f Mon Sep 17 00:00:00 2001 From: sator-imaging <16752340+sator-imaging@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:01:35 +0000 Subject: [PATCH 1/2] fix: integration test --- tests-integration/ZeroSerializer.IntegrationTests.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests-integration/ZeroSerializer.IntegrationTests.csproj b/tests-integration/ZeroSerializer.IntegrationTests.csproj index b0cb42c..579db7f 100644 --- a/tests-integration/ZeroSerializer.IntegrationTests.csproj +++ b/tests-integration/ZeroSerializer.IntegrationTests.csproj @@ -33,6 +33,7 @@ Mirror the full test suite from the tests directory by including all test sources, excluding Unity compatibility, diagnostic and XXHash32 tests. * XXHash32.cs is required for shape tag and hash tests + * ShapeTagEmissionTests.cs uses Roslyn features --> From c2d34ac2743d9530469abb465174725d8c672c6f Mon Sep 17 00:00:00 2001 From: sator-imaging <16752340+sator-imaging@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:49:59 +0000 Subject: [PATCH 2/2] no worth to test but it's not blocking --- tests-integration/ZeroSerializer.IntegrationTests.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/tests-integration/ZeroSerializer.IntegrationTests.csproj b/tests-integration/ZeroSerializer.IntegrationTests.csproj index 579db7f..b59bbc2 100644 --- a/tests-integration/ZeroSerializer.IntegrationTests.csproj +++ b/tests-integration/ZeroSerializer.IntegrationTests.csproj @@ -40,7 +40,6 @@ ../tests/**/*.cs" Exclude="../tests/UnityCompatibilityTests.cs; ../tests/Diagnostics/**/*.cs; - ../tests/XXHash32Tests.cs; ../tests/ShapeTagEmissionTests.cs; ../tests/bin/**/*.cs; ../tests/obj/**/*.cs"