Skip to content

IOpenApiPrimitive ToString #637

@fabiomaulo

Description

@fabiomaulo

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions