2 references to ShouldApplyNullableType
Aspire.Hosting.CodeGeneration.Python (2)
AtsPythonCodeGenerator.cs (2)
241return ShouldApplyNullableType(typeRef) ? $"{mappedType} | None" : mappedType; 533return ShouldApplyNullableType(typeRef);