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