MarcosLopezC / LightJson

A simple JSON library for C#.
MIT License
60 stars 21 forks source link

JsonValue.Equals does not handle non-null types correctly #30

Closed sharwell closed 7 years ago

sharwell commented 7 years ago

The following both return true, but should not:

:link: Originally found in DotNetAnalyzers/StyleCopAnalyzers#2406

MarcosLopezC commented 7 years ago

This issue was fixed in commit 8dad2102cc025c48f2d25552fe99dd8caeee03ae.