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