2 references to AspireHostingAssembly
Aspire.TypeSystem (2)
AtsConstants.cs (2)
260
public static string ListTypeId(string elementType) => $"{
AspireHostingAssembly
}/List<{elementType}>";
268
public static string DictTypeId(string keyType, string valueType) => $"{
AspireHostingAssembly
}/Dict<{keyType},{valueType}>";