Closed AngelMunoz closed 2 years ago
at this point in time there is no built-in way to do this in .NET's JSON serializer it allows comments and things like that but just for parsing and deserializing not re-serializing so I don't think I'll invest more time in this in the forseable future
Describe the bug We're allowing comments in perla.jsonc but when every time we add dependencies or the CLI modifies the file they get stripped out since we have a "skip" policy on the
jsonSerializerOptions
that we're usingTo Reproduce Steps to reproduce the behavior:
Expected behavior Comments should not be deleted or moved from the
perla.jsonc
andperla.jsonc.lock
files