Dan
Results
1
issues of
Dan
Why does an enum property get a default but other non-nullable types do not? ``` public Country? Country { get; set; } public int Version { get; set; } ```...