mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-dotnet.git
synced 2025-07-01 18:32:54 +00:00
Merge pull request #6 from pcvolkmer/no_unknown
feat: disallow unknown fields
This commit is contained in:
@ -1644,6 +1644,7 @@ namespace MV64e.MTB
|
|||||||
{
|
{
|
||||||
MetadataPropertyHandling = MetadataPropertyHandling.Ignore,
|
MetadataPropertyHandling = MetadataPropertyHandling.Ignore,
|
||||||
DateParseHandling = DateParseHandling.None,
|
DateParseHandling = DateParseHandling.None,
|
||||||
|
MissingMemberHandling = MissingMemberHandling.Error,
|
||||||
Converters =
|
Converters =
|
||||||
{
|
{
|
||||||
PatientTypeConverter.Singleton,
|
PatientTypeConverter.Singleton,
|
||||||
|
Reference in New Issue
Block a user