MissingMethodException
when serializing to Json
#1216
Labels
MissingMethodException
when serializing to Json
#1216
First off, thanks for the great project. It's made things much easier for me!
Describe the bug
After upgrading to UnitsNet version 5.5.0, upon serialization, I get the following error. Version 5.4.0 works fine.
To Reproduce
Steps to reproduce the behavior (just an example):
UnitsNet, 5.5.0
,UnitsNet.Serialization.JsonNet, 5.0.0
andNewtonsoft.Json, 13.0.2
to a.NET 6.0
projectExpected behavior
I expect it to serialize output as shown in the example in the docs:
Additional context
I created a VS Code Polyglot Notebook that will reproduce this error as well.
JsonMissingMethodException.zip
The text was updated successfully, but these errors were encountered: