39 references to AppendLiteral
Aspire.Hosting (4)
ApplicationModel\ReferenceExpression.cs (1)
404builder.AppendLiteral(value);
Dashboard\DashboardEventHandlers.cs (1)
662aspnetCoreUrls.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 (3)
MongoDBServerResource.cs (3)
87builder.AppendLiteral("mongodb://"); 110builder.AppendLiteral("?authSource="); 112builder.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 (4)
PostgresServerResource.cs (4)
126builder.AppendLiteral("postgresql://"); 138builder.AppendLiteral("/"); 148builder.AppendLiteral("jdbc:postgresql://"); 150builder.AppendLiteral(":");
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.SqlServer (4)
SqlServerServerResource.cs (4)
71builder.AppendLiteral("jdbc:sqlserver://"); 73builder.AppendLiteral(":"); 75builder.AppendLiteral(";trustServerCertificate=true"); 80builder.AppendLiteral(";databaseName=");
Aspire.Hosting.Valkey (2)
ValkeyResource.cs (2)
86builder.AppendLiteral("valkey://"); 94builder.AppendLiteral(":");