Jil
Jil copied to clipboard
"Expected a parameterless constructor" when it has a constructor where all parameters have defaults
Here's the constructor header for a model it returned this error for:
public BranchListModel(int? BranchID = null, string Name = null, bool? Active = null)
I have this huge auto-generated library of models, and I can't fix them manually.