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