I noticed the solution to another question, and also making my RequestDto’s closed property nullable solved my problem: false and true values are handled correctly
public bool? Closed { get; init; }
I noticed the solution to another question, and also making my RequestDto’s closed property nullable solved my problem: false and true values are handled correctly
public bool? Closed { get; init; }