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