#nullable enable public string Describe(User? user) => user?.Name ?? "anonymous"; // In the .csproj, for the whole project: // enable