Tarmil / FSharp.SystemTextJson

System.Text.Json extensions for F# types
MIT License
323 stars 44 forks source link

[StructuralComparison] for `Skippable` #163

Closed xperiandri closed 10 months ago

xperiandri commented 1 year ago

Add [<StructuralComparison>] attribute to Skippable type

Tarmil commented 12 months ago

What would this enable? It is already possible to do eg Skip < Include 3, with the expected result.

xperiandri commented 12 months ago

It will allow you to pass another type that has StructuralComparison attribute. Otherwise it is prohibited

Tarmil commented 10 months ago

Released in v1.2.