6 references to UnexpectedConfigShape
aspire (4)
Agents\Hooks\TelemetryHookConfigurator.cs (3)
208return TelemetryHookSkipReason.UnexpectedConfigShape; 223return TelemetryHookSkipReason.UnexpectedConfigShape; 239return TelemetryHookSkipReason.UnexpectedConfigShape;
Commands\AgentInitCommand.cs (1)
480TelemetryHookSkipReason.UnexpectedConfigShape => string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_TelemetryHookSkippedUnexpectedShape, clientName),
Aspire.Cli.Tests (2)
Agents\TelemetryHookConfiguratorTests.cs (2)
199Assert.Contains(result.Skipped, s => s.Client == AgentClientKind.ClaudeCode && s.Reason == TelemetryHookSkipReason.UnexpectedConfigShape); 219Assert.Contains(result.Skipped, s => s.Client == AgentClientKind.ClaudeCode && s.Reason == TelemetryHookSkipReason.UnexpectedConfigShape);