6 references to UnexpectedConfigShape
aspire (4)
Agents\Hooks\TelemetryHookConfigurator.cs (3)
197return TelemetryHookSkipReason.UnexpectedConfigShape; 212return TelemetryHookSkipReason.UnexpectedConfigShape; 228return TelemetryHookSkipReason.UnexpectedConfigShape;
Commands\AgentInitCommand.cs (1)
513TelemetryHookSkipReason.UnexpectedConfigShape => string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_TelemetryHookSkippedUnexpectedShape, clientName),
Aspire.Cli.Tests (2)
Agents\TelemetryHookConfiguratorTests.cs (2)
183Assert.Contains(result.Skipped, s => s.Client == AgentClientKind.ClaudeCode && s.Reason == TelemetryHookSkipReason.UnexpectedConfigShape); 203Assert.Contains(result.Skipped, s => s.Client == AgentClientKind.ClaudeCode && s.Reason == TelemetryHookSkipReason.UnexpectedConfigShape);