From 382861c602d56ab015c4cd06e9d07ae21cfacf4f Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Tue, 26 May 2026 01:18:29 -0400 Subject: [PATCH] build: add NonWindows.slnx for macOS/Linux dev hosts The Worker + Worker.Tests projects pull in the Windows-only ArchestrA.MxAccess COM stack and can't be built off Windows. Add a sibling .slnx that lists only the cross-platform projects (Contracts, Server, IntegrationTests, Tests) so non-Windows hosts can restore + build the rest of the solution with: dotnet build src/ZB.MOM.WW.MxGateway.NonWindows.slnx The canonical solution on Windows remains ZB.MOM.WW.MxGateway.slnx. --- src/ZB.MOM.WW.MxGateway.NonWindows.slnx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/ZB.MOM.WW.MxGateway.NonWindows.slnx diff --git a/src/ZB.MOM.WW.MxGateway.NonWindows.slnx b/src/ZB.MOM.WW.MxGateway.NonWindows.slnx new file mode 100644 index 0000000..13f40e0 --- /dev/null +++ b/src/ZB.MOM.WW.MxGateway.NonWindows.slnx @@ -0,0 +1,21 @@ + + + + + + + + + + + +