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