Releases
v7.1.2
Compare
Sorry, something went wrong.
No results found
Changes in 7.1.2
Added: BigInteger support for min/max validation constraints in OpenAPI schema generation (Issue #146 )
IsNumeric() and NumericToDecimal() now handle BigInteger values
BigInteger properties with GreaterThan, LessThan, InclusiveBetween, ExclusiveBetween rules produce correct minimum/maximum in Swagger
NSwag provider updated with the same BigInteger support
Out-of-range BigInteger values (exceeding decimal range) are handled gracefully via existing try/catch
Fixed: Shared schema mutation when multiple models reference the same BigInteger type with different constraints (net10.0)
ResolveRefProperty creates an isolated shallow copy before applying rule mutations
Prevents $ref-based schema corruption across models in SchemaRepository
Fixed: Replaced deprecated PackageLicenseUrl with PackageLicenseExpression (Issue #144 )
Fixed: Replaced deprecated PackageIconUrl with embedded PackageIcon
You can’t perform that action at this time.