6 references to Json
aspire (4)
Telemetry\InternalMicrosoftDetector.cs (4)
430JsonException => InternalMicrosoftProbeExceptionType.Json, 1095ExceptionType: parseFailure ? InternalMicrosoftProbeExceptionType.Json : null)); 1326ExceptionType: InternalMicrosoftProbeExceptionType.Json)); 1450ExceptionType: InternalMicrosoftProbeExceptionType.Json));
Aspire.Cli.Tests (2)
Telemetry\InternalMicrosoftDetectorTests.cs (2)
1512Assert.Equal(InternalMicrosoftProbeExceptionType.Json, result.Failure?.ExceptionType); 1553Assert.Equal(InternalMicrosoftProbeExceptionType.Json, result.Failure?.ExceptionType);