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
In 2.0.0-preview2, it appears that the tags property in the OpenAPI document isn't serialized correctly as a list of objects. For example, the following code:
In
2.0.0-preview2
, it appears that thetags
property in the OpenAPI document isn't serialized correctly as a list of objects. For example, the following code:Produces the following document:
Which in turn cannot be loaded by the serialization APIs without errors. This happens across all OpenAPI versions (
SerializeAsV3
,SerializeAsV31
).The text was updated successfully, but these errors were encountered: