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