45 references to AppendLiteral
Aspire.Hosting (4)
ApplicationModel\ReferenceExpression.cs (1)
438builder.AppendLiteral(value);
Dashboard\DashboardEventHandlers.cs (1)
662aspnetCoreUrls.AppendLiteral(";");
ProjectResourceBuilderExtensions.cs (2)
908aspnetCoreUrls.AppendLiteral(";"); 962ports.AppendLiteral(";");
Aspire.Hosting.Azure.AppContainers (2)
AzureContainerAppEnvironmentResource.cs (2)
229builder.AppendLiteral(resource.Name.ToLowerInvariant()); 232builder.AppendLiteral(".internal");
Aspire.Hosting.Azure.PostgreSQL (2)
AzurePostgresFlexibleServerResource.cs (2)
173builder.AppendLiteral("jdbc:postgresql://"); 182builder.AppendLiteral("?sslmode=require&authenticationPluginClassName=com.azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin");
Aspire.Hosting.Azure.Sql (1)
AzureSqlServerResource.cs (1)
294builder.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)
86builder.AppendLiteral("redis://"); 94builder.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)
87builder.AppendLiteral("mongodb://"); 105builder.AppendLiteral("/"); 115builder.AppendLiteral("?authSource="); 117builder.AppendLiteral("&authMechanism=");
Aspire.Hosting.MySql (4)
MySqlServerResource.cs (4)
70builder.AppendLiteral("mysql://"); 84builder.AppendLiteral("jdbc:mysql://"); 86builder.AppendLiteral(":"); 91builder.AppendLiteral("/");
Aspire.Hosting.Nats (1)
NatsServerResource.cs (1)
82builder.AppendLiteral($"{PrimaryNatsSchemeName}://");
Aspire.Hosting.Oracle (3)
OracleDatabaseServerResource.cs (3)
73builder.AppendLiteral("oracle://"); 87builder.AppendLiteral("jdbc:oracle:thin:@//"); 89builder.AppendLiteral(":");
Aspire.Hosting.PostgreSQL (3)
PostgresServerResource.cs (3)
127builder.AppendLiteral("postgresql://"); 139builder.AppendLiteral("/"); 149builder.AppendLiteral("jdbc:postgresql://");
Aspire.Hosting.RabbitMQ (3)
RabbitMQServerResource.cs (3)
88builder.AppendLiteral("amqp://"); 97builder.AppendLiteral(":"); 99builder.AppendLiteral("@");
Aspire.Hosting.Redis (3)
RedisResource.cs (3)
132builder.AppendLiteral("rediss://"); 136builder.AppendLiteral("redis://"); 145builder.AppendLiteral(":");
Aspire.Hosting.RemoteHost (3)
Ats\ReferenceExpressionRef.cs (3)
122builder.AppendLiteral(Format); 166builder.AppendLiteral(literalString); 176builder.AppendLiteral(part);
Aspire.Hosting.SqlServer (4)
SqlServerServerResource.cs (4)
71builder.AppendLiteral("jdbc:sqlserver://"); 73builder.AppendLiteral(":"); 79builder.AppendLiteral(";databaseName="); 83builder.AppendLiteral(";trustServerCertificate=true");
Aspire.Hosting.Valkey (2)
ValkeyResource.cs (2)
86builder.AppendLiteral("valkey://"); 94builder.AppendLiteral(":");