-
Notifications
You must be signed in to change notification settings - Fork 41
Upgrade Guide
Stefan edited this page Dec 15, 2018
·
3 revisions
Breaking changes might happen between major versions. This guide should ease possible upgrading problems.
- SpanJson is now strong-named.
- You will probably need to recompile your application after the package update, but for most users there should not be any source code changes.
- You will need to change source code, if you have custom formatters, the
nestingLimit
argument for Deserialization is removed. If you need the nesting guard, you can useJsonWriter.IncrementDepth()
andJsonWriter.DecrementDepth()
instead.