Issue #1: scaffold gateway solution and projects #51

Merged
dohertj2 merged 1 commits from agent-1/issue-1-scaffold-gateway-solution-and-projects into main 2026-04-26 15:52:12 -04:00
Owner

Closes #1.

Summary:

  • Add src/MxGateway.sln.
  • Add shared C# build settings in src/Directory.Build.props.
  • Add MxGateway.Contracts, MxGateway.Server, MxGateway.Tests, and MxGateway.IntegrationTests.
  • Add baseline health endpoint and project structure tests, including a guard that the gateway does not reference MXAccess COM.

Verification:

  • dotnet build src\MxGateway.sln
  • dotnet test src\MxGateway.sln
  • dotnet format src\MxGateway.sln --verify-no-changes

Commit: a45f439029

Closes #1. Summary: - Add src/MxGateway.sln. - Add shared C# build settings in src/Directory.Build.props. - Add MxGateway.Contracts, MxGateway.Server, MxGateway.Tests, and MxGateway.IntegrationTests. - Add baseline health endpoint and project structure tests, including a guard that the gateway does not reference MXAccess COM. Verification: - dotnet build src\\MxGateway.sln - dotnet test src\\MxGateway.sln - dotnet format src\\MxGateway.sln --verify-no-changes Commit: a45f4390290b20cc9e3aa26bed99695d95def420
dohertj2 added 1 commit 2026-04-26 15:51:52 -04:00
dohertj2 merged commit 16c18954b6 into main 2026-04-26 15:52:12 -04:00
Sign in to join this conversation.