Skip to content

Commit

Permalink
Merge pull request #6 from pcvolkmer/no_unknown
Browse files Browse the repository at this point in the history
feat: disallow unknown fields
  • Loading branch information
pcvolkmer authored Dec 25, 2024
2 parents e0d11db + e64b2c7 commit de4b7a1
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 de4b7a1

Please sign in to comment.