CenterEdge / Yardarm

OpenAPI 3 SDK Generator for C#
Apache License 2.0
44 stars 6 forks source link

Make STJ discriminators trim and AOT compatible #191

Closed brantburnett closed 1 year ago

brantburnett commented 1 year ago

Motivation

Once we have support for JsonSerializerContext, the discriminators should not cause trim or AOT warnings.

We can't currently use all of the built-in polymorphism support because it has requirements that don't match with our needs. Namely:

Modifications

brantburnett commented 1 year ago

/merge