You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2026. It is now read-only.
FEATURE: Add new option for specifying .NET type to express Json integers: --generate-json-integer-as = int | long | biginteger | auto with a default of int. #158
public bool Equals(JsonSchema other)
Check is there a bug in this method due to failure to account for Minimum or ExclusiveMinimum,
If so, let's please do add some advanced tests (not hard-coded by member name) to find/fix this bug.
The reflection-based tests should trigger anytime we add a new property/member to this class without properly updating the object copying ctor/Equals methods.
Follow up on PR:
--generate-json-integer-as = int | long | biginteger | autowith a default ofint. #158Check is there a bug in this method due to failure to account for Minimum or ExclusiveMinimum,
If so, let's please do add some advanced tests (not hard-coded by member name) to find/fix this bug.
The reflection-based tests should trigger anytime we add a new property/member to this class without properly updating the object copying ctor/Equals methods.