18 writes to Language
aspire (2)
Aspire.Cli.Tests (10)
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)
53public string Language => _spec.Language;
84_logger.LogDebug("No initialization configured for {Language}", _spec.Language);
94using var activity = _profilingTelemetry.StartGuestInitializeCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory);
126_logger.LogDebug("No dependency installation configured for {Language}", _spec.Language);
134using var activity = _profilingTelemetry.StartGuestInstallDependencies(_spec.Language, _spec.DisplayName, _spec.InstallDependencies.Command, args, directory);
267using var activity = _profilingTelemetry.StartGuestExecuteCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, ProfilingTelemetry.Values.GuestCommandPhasePreExecute);
548using var activity = _profilingTelemetry.StartGuestExecuteCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, phase);
601_spec.Language,
Aspire.Cli.Tests (1)
Aspire.Hosting.CodeGeneration.Rust.Tests (1)