42 references to AppendLiteral
Aspire.Hosting (4)
ApplicationModel\ReferenceExpression.cs (1)
354builder.AppendLiteral(value);
Dashboard\DashboardEventHandlers.cs (1)
655aspnetCoreUrls.AppendLiteral(";");
ProjectResourceBuilderExtensions.cs (2)
908aspnetCoreUrls.AppendLiteral(";"); 962ports.AppendLiteral(";");
Aspire.Hosting.Azure.AppContainers (2)
AzureContainerAppEnvironmentResource.cs (2)
201builder.AppendLiteral(resource.Name.ToLowerInvariant()); 204builder.AppendLiteral(".internal");
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)
60builder.AppendLiteral("https://models.github.ai/orgs/"); 62builder.AppendLiteral("/inference");
Aspire.Hosting.MongoDB (4)
MongoDBServerResource.cs (4)
87builder.AppendLiteral("mongodb://"); 99builder.AppendLiteral("/"); 105builder.AppendLiteral("?authSource="); 107builder.AppendLiteral("&authMechanism=");
Aspire.Hosting.MySql (5)
MySqlServerResource.cs (5)
71builder.AppendLiteral("jdbc:mysql://"); 73builder.AppendLiteral(":"); 79builder.AppendLiteral("/"); 83builder.AppendLiteral("?user="); 85builder.AppendLiteral("&password=");
Aspire.Hosting.Nats (1)
NatsServerResource.cs (1)
82builder.AppendLiteral($"{PrimaryNatsSchemeName}://");
Aspire.Hosting.Oracle (4)
OracleDatabaseServerResource.cs (4)
65builder.AppendLiteral("jdbc:oracle:thin:"); 67builder.AppendLiteral("/"); 69builder.AppendLiteral("@//"); 71builder.AppendLiteral(":");
Aspire.Hosting.PostgreSQL (3)
PostgresServerResource.cs (3)
127builder.AppendLiteral("jdbc:postgresql://"); 129builder.AppendLiteral(":"); 134builder.AppendLiteral("/");
Aspire.Hosting.RabbitMQ (3)
RabbitMQServerResource.cs (3)
88builder.AppendLiteral("amqp://"); 90builder.AppendLiteral(":"); 92builder.AppendLiteral("@");
Aspire.Hosting.Redis (2)
RedisResource.cs (2)
109builder.AppendLiteral("redis://"); 117builder.AppendLiteral(":");
Aspire.Hosting.SqlServer (6)
SqlServerServerResource.cs (6)
62builder.AppendLiteral("jdbc:sqlserver://"); 64builder.AppendLiteral(":"); 66builder.AppendLiteral(";user="); 68builder.AppendLiteral(";password="); 74builder.AppendLiteral(";databaseName="); 78builder.AppendLiteral(";trustServerCertificate=true");
Aspire.Hosting.Valkey (2)
ValkeyResource.cs (2)
86builder.AppendLiteral("valkey://"); 94builder.AppendLiteral(":");