feat: add integration tests using NATS.Client.Core NuGet package
Validates the server against the official NATS .NET client library with tests for basic pub/sub, wildcard (* and >) matching, fan-out to multiple subscribers, and PING/PONG keepalive. All 5 tests pass without requiring any server changes.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="coverlet.collector" Version="6.0.4" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
|
||||
<PackageReference Include="NATS.Client.Core" Version="2.7.2" />
|
||||
<PackageReference Include="xunit" Version="2.9.3" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user