2 references to MakeNullable
Aspire.Hosting.CodeGeneration.Python (2)
AtsPythonCodeGenerator.cs (2)
546
return $"{
MakeNullable
(param, mappedType)} = None";
550
var annotatedType = param.IsNullable ?
MakeNullable
(param, mappedType) : mappedType;