1 instantiation of EnvVar
aspire (1)
DotNet\DotNetCliRunner.cs (1)
123
execution.EnvironmentVariables.Select(kvp => new
EnvVar
{ Name = kvp.Key, Value = kvp.Value }).ToList(),
9 references to EnvVar
aspire (6)
Backchannel\BackchannelJsonSerializerContext.cs (2)
37
[JsonSerializable(typeof(
EnvVar
))]
38
[JsonSerializable(typeof(List<
EnvVar
>))]
Backchannel\ExtensionBackchannel.cs (2)
43
Task LaunchAppHostAsync(string projectFile, List<string> arguments, List<
EnvVar
> environment, bool debug, CancellationToken cancellationToken);
637
public async Task LaunchAppHostAsync(string projectFile, List<string> arguments, List<
EnvVar
> environment, bool debug, CancellationToken cancellationToken)
Interaction\ExtensionInteractionService.cs (2)
18
Task LaunchAppHostAsync(string projectFile, List<string> arguments, List<
EnvVar
> environment, bool debug);
352
public Task LaunchAppHostAsync(string projectFile, List<string> arguments, List<
EnvVar
> environment, bool debug)
Aspire.Cli.Tests (3)
TestServices\TestExtensionBackchannel.cs (2)
72
public Func<string, List<string>, List<
EnvVar
>, bool, Task>? LaunchAppHostAsyncCallback { get; set; }
237
public Task LaunchAppHostAsync(string projectPath, List<string> arguments, List<
EnvVar
> envVars, bool debug, CancellationToken cancellationToken)
TestServices\TestExtensionInteractionService.cs (1)
177
public Task LaunchAppHostAsync(string projectFile, List<string> arguments, List<
EnvVar
> environment, bool debug)