test(mesh-phase5): 3-port listener reachability + comment fix for the telemetry endpoint
Claude-Session: https://claude.ai/code/session_01GASWkNEi68FSCtvr6rLoEW
This commit is contained in:
+5
@@ -9,6 +9,11 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Moq" />
|
||||
<!-- Grpc.Net.Client: the initiator side of a gRPC call. The Host references only
|
||||
Grpc.AspNetCore (server side); TelemetryListenerTests dials the mapped telemetry service
|
||||
to prove it is reachable, which needs the client. Grpc.Core.Api (RpcException/StatusCode/
|
||||
Metadata + the generated client base) flows in transitively via the Commons project ref. -->
|
||||
<PackageReference Include="Grpc.Net.Client" />
|
||||
<PackageReference Include="xunit.v3" />
|
||||
<PackageReference Include="Shouldly" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
||||
|
||||
Reference in New Issue
Block a user