-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 2.11.3
-
Component/s: Serialization
-
None
ImmutableTypeClassMapConvention is ignoring any constructor that doesn't have exactly as many parameters as the class has properties.
This is not correct. All constructors should be considered.
The problem is this line of code:
The if statement and the continue statement should just be removed.
- is duplicated by
-
CSHARP-2984 Abstract getter confuses auto property mapping
- Closed
-
CSHARP-3411 Ctors with Readonly Setters should just work.
- Closed