mihailovdumitru
Results
2
comments of
mihailovdumitru
This will not work because property from Json and property from the object should be the same, aliases like here ```csharp [JsonProperty("123Configuration")] are not taken in consideration [JsonConverter(typeof(JsonSubtypes))] [JsonSubtypes.KnownSubTypeWithProperty(typeof(Example123), "123Configuration")]...
@manuc66 is skipping all the addnotations from DataAnnotations, I tried also Required, Range... and nothing is working.