20 writes to Language
aspire (2)
Aspire.Cli.Tests (12)
Aspire.Hosting.CodeGeneration.Go (1)
Aspire.Hosting.CodeGeneration.Java (1)
Aspire.Hosting.CodeGeneration.Python (2)
Aspire.Hosting.CodeGeneration.Rust (1)
Aspire.Hosting.CodeGeneration.TypeScript (1)
12 references to Language
aspire (10)
Projects\GuestRuntime.cs (8)
68public string Language => _spec.Language;
99_logger.LogDebug("No initialization configured for {Language}", _spec.Language);
109using var activity = _profilingTelemetry.StartGuestInitializeCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory);
145_logger.LogDebug("No dependency installation configured for {Language}", _spec.Language);
157_spec.Language,
298using var activity = _profilingTelemetry.StartGuestExecuteCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, ProfilingTelemetry.Values.GuestCommandPhasePreExecute);
589using var activity = _profilingTelemetry.StartGuestExecuteCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, phase);
647_spec.Language,
Aspire.Cli.Tests (1)
Aspire.Hosting.CodeGeneration.Rust.Tests (1)