Skip to content

Commit

Permalink
feat: disallow unknown fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Dec 25, 2024
1 parent e0d11db commit e64b2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MV64e.MTB/Mtb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1644,6 +1644,7 @@ internal static class Converter
{
MetadataPropertyHandling = MetadataPropertyHandling.Ignore,
DateParseHandling = DateParseHandling.None,
MissingMemberHandling = MissingMemberHandling.Error,
Converters =
{
PatientTypeConverter.Singleton,
Expand Down

0 comments on commit e64b2c7

Please sign in to comment.