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