2 references to ConnectionString
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
73Properties = [.. state.Properties, new(CustomResourceKnownProperties.ConnectionString, connectionString) { IsSensitive = true }]
Aspire.Hosting.GitHub.Models (1)
GitHubModelsExtensions.cs (1)
67Properties = [.. s.Properties, new(CustomResourceKnownProperties.ConnectionString, cs) { IsSensitive = true }]