20 references to Any
Aspire.Hosting.CodeGeneration.Go (1)
Aspire.Hosting.CodeGeneration.Java (1)
Aspire.Hosting.CodeGeneration.Python (2)
Aspire.Hosting.CodeGeneration.Rust (2)
Aspire.Hosting.CodeGeneration.TypeScript (2)
Aspire.Hosting.RemoteHost (11)
AtsCapabilityScanner.cs (10)
1617: new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.Primitive };
1644propertyTypeRef = new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.Primitive };
2379return AtsConstants.Any;
2384return AtsConstants.DictTypeId(AtsConstants.String, AtsConstants.Any);
2389return AtsConstants.ListTypeId(AtsConstants.Any);
2688return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive };
2695TypeId = AtsConstants.DictTypeId(AtsConstants.String, AtsConstants.Any),
2699ValueType = new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = typeof(object), Category = AtsTypeCategory.Primitive },
2708TypeId = AtsConstants.ListTypeId(AtsConstants.Any),
2711ElementType = new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = typeof(object), Category = AtsTypeCategory.Primitive }
Aspire.TypeSystem (1)