-
Notifications
You must be signed in to change notification settings - Fork 280
Closed
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assigned
Milestone
Description
This is just a nice to have ... so and so
Motivation:
custom visualization of an "API Help" page.
To show the example value of a property or a query parameter that, in general, are implementation of IOpenApiPrimitive , would be very nice to have OpenApiPrimitive<T>, and OpenApiNull, implementing ToString as (just for brevity):
public override string ToString()
{
return Value.ToString();
}
you know that is not exactly correct.
Metadata
Metadata
Assignees
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assigned