13 writes to ExportedValues
Aspire.Hosting.CodeGeneration.Java.Tests (1)
AtsJavaCodeGeneratorTests.cs (1)
655ExportedValues = [exported]
Aspire.Hosting.CodeGeneration.TypeScript.Tests (6)
AtsTypeScriptCodeGeneratorTests.cs (6)
1086ExportedValues = scannedContext.ExportedValues, 1144ExportedValues = scannedContext.ExportedValues, 1502ExportedValues = context.ExportedValues, 2742ExportedValues = [], 2822ExportedValues = [], 2924ExportedValues = [],
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (1)
70ExportedValues = ExportedValues,
AtsContextFilter.cs (2)
141ExportedValues = filteredContext.ExportedValues, 285ExportedValues = filteredExportedValues,
Aspire.Hosting.RemoteHost.Tests (3)
AtsContextFilterTests.cs (3)
217ExportedValues = context.ExportedValues, 311ExportedValues = [], 617ExportedValues = [selectedPrimitiveExportedValue, selectedDtoExportedValue, unrelatedPrimitiveExportedValue],
30 references to ExportedValues
Aspire.Hosting.CodeGeneration.Go (1)
AtsGoCodeGenerator.cs (1)
109GenerateExportedValues(context.ExportedValues, context.DtoTypes.ToDictionary(dto => dto.TypeId, StringComparer.Ordinal));
Aspire.Hosting.CodeGeneration.Go.Tests (2)
AtsGoCodeGeneratorTests.cs (2)
49Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Default"); 50Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Profiles.Development");
Aspire.Hosting.CodeGeneration.Java (1)
AtsJavaCodeGenerator.cs (1)
588var exportedValues = context.ExportedValues;
Aspire.Hosting.CodeGeneration.Java.Tests (2)
AtsJavaCodeGeneratorTests.cs (2)
80Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Default"); 81Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Profiles.Development");
Aspire.Hosting.CodeGeneration.Python (1)
AtsPythonCodeGenerator.cs (1)
709var exportedValues = context.ExportedValues;
Aspire.Hosting.CodeGeneration.Python.Tests (2)
AtsPythonCodeGeneratorTests.cs (2)
47Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Default"); 48Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Profiles.Development");
Aspire.Hosting.CodeGeneration.Rust (1)
AtsRustCodeGenerator.cs (1)
106GenerateExportedValues(context.ExportedValues);
Aspire.Hosting.CodeGeneration.Rust.Tests (2)
AtsRustCodeGeneratorTests.cs (2)
49Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Default"); 50Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Profiles.Development");
Aspire.Hosting.CodeGeneration.TypeScript (2)
AtsTypeScriptCodeGenerator.cs (1)
506var exportedValues = context.ExportedValues;
TypeScriptApiProjector.cs (1)
528var exportedValues = _resolved.Context.ExportedValues
Aspire.Hosting.CodeGeneration.TypeScript.Tests (6)
AtsTypeScriptCodeGeneratorTests.cs (6)
89Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Default"); 90Assert.Contains(atsContext.ExportedValues, value => string.Join(".", value.PathSegments) == "TestConfigs.Profiles.Development"); 189var defaultConfig = context.ExportedValues.First(value => string.Join(".", value.PathSegments) == "TestConfigs.Default"); 1086ExportedValues = scannedContext.ExportedValues, 1144ExportedValues = scannedContext.ExportedValues, 1502ExportedValues = context.ExportedValues,
Aspire.Hosting.RemoteHost (6)
AtsContextFactory.cs (1)
43context.ExportedValues.Count,
AtsContextFilter.cs (3)
141ExportedValues = filteredContext.ExportedValues, 223var filteredExportedValues = context.ExportedValues 569foreach (var exportedValue in context.ExportedValues)
CodeGeneration\CodeGenerationService.cs (2)
74context.ExportedValues.Count, 83ExportedValues = context.ExportedValues.Select(MapExportedValue).ToList(),
Aspire.Hosting.RemoteHost.Tests (3)
AtsContextFilterTests.cs (3)
139filteredContext.ExportedValues.OrderBy(value => string.Join(".", value.PathSegments), StringComparer.Ordinal), 166filteredContext.ExportedValues.OrderBy(value => string.Join(".", value.PathSegments), StringComparer.Ordinal), 217ExportedValues = context.ExportedValues,
Aspire.TypeSystem (1)
AtsContext.cs (1)
41/// <term>Exported Values (<see cref="ExportedValues"/>)</term>