3 references to EnvironmentVariable
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2024
private static readonly pb::MessageParser<EnvironmentVariable> _parser = new pb::MessageParser<EnvironmentVariable>(() => new
EnvironmentVariable
());
2052
public EnvironmentVariable(EnvironmentVariable other) :
this
() {
Dashboard\proto\Partials.cs (1)
41
resource.Environment.Add(new
EnvironmentVariable
{ Name = env.Name, Value = env.Value ?? "", IsFromSpec = env.IsFromSpec });