13 references to JsonShape
aspire (8)
Telemetry\InternalMicrosoftDetector.cs (8)
708return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.JsonShape, InternalMicrosoftProbeFailureStage.PlatformSsoRegistration); 719return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.JsonShape, InternalMicrosoftProbeFailureStage.PlatformSsoIssuer); 730return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.JsonShape, InternalMicrosoftProbeFailureStage.PlatformSsoKeyEndpoint); 741return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.JsonShape, InternalMicrosoftProbeFailureStage.PlatformSsoTokenEndpoint); 757return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.JsonShape, InternalMicrosoftProbeFailureStage.PlatformSsoIdentity); 769return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.JsonShape, InternalMicrosoftProbeFailureStage.PlatformSsoIdentity); 1093parseFailure ? InternalMicrosoftProbeFailureCode.JsonParse : InternalMicrosoftProbeFailureCode.JsonShape, 1455=> InternalMicrosoftProbeResult.Failed(new(InternalMicrosoftProbeFailureCode.JsonShape, stage));
Aspire.Cli.Tests (5)
Telemetry\InternalMicrosoftDetectorTests.cs (5)
792Assert.Equal(InternalMicrosoftProbeFailureCode.JsonShape, result.Failure?.Code); 821Assert.Equal(InternalMicrosoftProbeFailureCode.JsonShape, result.Failure?.Code); 1221Assert.Equal(InternalMicrosoftProbeFailureCode.JsonShape, result.Failure?.Code); 1505Assert.Equal(InternalMicrosoftProbeFailureCode.JsonShape, result.Failure?.Code); 1540Assert.Equal(InternalMicrosoftProbeFailureCode.JsonShape, result.Failure?.Code);