4 references to ConnectionString
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
108new(CustomResourceKnownProperties.ConnectionString, connectionString) { IsSensitive = true },
Aspire.Hosting.GitHub.Models (1)
GitHubModelsExtensions.cs (1)
76Properties = [.. s.Properties, new(CustomResourceKnownProperties.ConnectionString, cs) { IsSensitive = true }]
Aspire.Hosting.OpenAI (2)
OpenAIExtensions.cs (2)
87Properties = [.. s.Properties, new(CustomResourceKnownProperties.ConnectionString, cs) { IsSensitive = true }] 133Properties = [.. s.Properties, new(CustomResourceKnownProperties.ConnectionString, cs) { IsSensitive = true }]