2 references to AspireHostingAssembly
Aspire.Hosting (2)
Ats\AtsConstants.cs (2)
263public static string ListTypeId(string elementType) => $"{AspireHostingAssembly}/List<{elementType}>"; 271public static string DictTypeId(string keyType, string valueType) => $"{AspireHostingAssembly}/Dict<{keyType},{valueType}>";