1 instantiation of AppHostLoadedAssemblyInfo
Aspire.Cli.Tests (1)
Projects\AppHostCodeGenerationDiagnosticWireContractTests.cs (1)
76
new
AppHostLoadedAssemblyInfo
6 references to AppHostLoadedAssemblyInfo
aspire (4)
Backchannel\BackchannelJsonSerializerContext.cs (2)
67
[JsonSerializable(typeof(
AppHostLoadedAssemblyInfo
))]
68
[JsonSerializable(typeof(List<
AppHostLoadedAssemblyInfo
>))]
Projects\AppHostCodeGenerationDiagnostic.cs (1)
63
public List<
AppHostLoadedAssemblyInfo
> LoadedAssemblies { get; init; } = [];
Projects\GuestAppHostProject.cs (1)
1896
foreach (
var
assembly in diagnostic.LoadedAssemblies)
Aspire.Cli.Tests (2)
Projects\AppHostCodeGenerationDiagnosticWireContractTests.cs (2)
53
var
loaded = Assert.Single(diagnostic.LoadedAssemblies);
95
var
loaded = Assert.Single(roundtripped.LoadedAssemblies);