42 references to AppendLiteral
Aspire.Hosting (4)
ApplicationModel\ReferenceExpression.cs (1)
637builder.AppendLiteral(value);
Dashboard\DashboardEventHandlers.cs (1)
727aspnetCoreUrls.AppendLiteral(";");
ProjectResourceBuilderExtensions.cs (2)
960aspnetCoreUrls.AppendLiteral(";"); 1014ports.AppendLiteral(";");
Aspire.Hosting.Azure.AppContainers (2)
AzureContainerAppEnvironmentResource.cs (2)
250builder.AppendLiteral(resource.Name.ToLowerInvariant()); 253builder.AppendLiteral(".internal");
Aspire.Hosting.Azure.PostgreSQL (2)
AzurePostgresFlexibleServerResource.cs (2)
180builder.AppendLiteral("jdbc:postgresql://"); 189builder.AppendLiteral("?sslmode=require&authenticationPluginClassName=com.azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin");
Aspire.Hosting.Azure.Sql (1)
AzureSqlServerResource.cs (1)
408builder.AppendLiteral("encrypt=true;trustServerCertificate=false");
Aspire.Hosting.Azure.Storage (1)
AzureStorageEmulatorConnectionString.cs (1)
16builder.AppendLiteral(ConnectionStringHeader);
Aspire.Hosting.Azure.Tests (1)
src\Aspire.Hosting.Azure.Storage\AzureStorageEmulatorConnectionString.cs (1)
16builder.AppendLiteral(ConnectionStringHeader);
Aspire.Hosting.Garnet (2)
GarnetResource.cs (2)
87builder.AppendLiteral("redis://"); 95builder.AppendLiteral(":");
Aspire.Hosting.GitHub.Models (2)
GitHubModelResource.cs (2)
62builder.AppendLiteral("https://models.github.ai/orgs/"); 64builder.AppendLiteral("/inference");
Aspire.Hosting.MongoDB (4)
MongoDBServerResource.cs (4)
88builder.AppendLiteral("mongodb://"); 106builder.AppendLiteral("/"); 116builder.AppendLiteral("?authSource="); 118builder.AppendLiteral("&authMechanism=");
Aspire.Hosting.MySql (4)
MySqlServerResource.cs (4)
71builder.AppendLiteral("mysql://"); 85builder.AppendLiteral("jdbc:mysql://"); 87builder.AppendLiteral(":"); 92builder.AppendLiteral("/");
Aspire.Hosting.Nats (1)
NatsServerResource.cs (1)
83builder.AppendLiteral($"{PrimaryNatsSchemeName}://");
Aspire.Hosting.Oracle (3)
OracleDatabaseServerResource.cs (3)
74builder.AppendLiteral("oracle://"); 88builder.AppendLiteral("jdbc:oracle:thin:@//"); 90builder.AppendLiteral(":");
Aspire.Hosting.PostgreSQL (3)
PostgresServerResource.cs (3)
127builder.AppendLiteral("postgresql://"); 139builder.AppendLiteral("/"); 149builder.AppendLiteral("jdbc:postgresql://");
Aspire.Hosting.RabbitMQ (3)
RabbitMQServerResource.cs (3)
89builder.AppendLiteral("amqp://"); 98builder.AppendLiteral(":"); 100builder.AppendLiteral("@");
Aspire.Hosting.Redis (2)
RedisResource.cs (2)
149builder.AppendLiteral("://"); 157builder.AppendLiteral(":");
Aspire.Hosting.SqlServer (4)
SqlServerServerResource.cs (4)
72builder.AppendLiteral("jdbc:sqlserver://"); 74builder.AppendLiteral(":"); 80builder.AppendLiteral(";databaseName="); 84builder.AppendLiteral(";trustServerCertificate=true");
Aspire.Hosting.Tests (1)
ConditionalReferenceExpressionTests.cs (1)
59builder.AppendLiteral("localhost:6379");
Aspire.Hosting.Valkey (2)
ValkeyResource.cs (2)
87builder.AppendLiteral("valkey://"); 95builder.AppendLiteral(":");