Skip to content

Add support for non-string types #1

@tabakerov

Description

@tabakerov

This function right now doesn't support non-string types.
So if I do dotnet saturn gen Post Posts id:string title:string body:string is_published:bool I'll get errors at li [] [ strong [] [rawText "Is_published: "]; rawText o.is_published ] (and some similar errors around) where rawText is expecting string and not bool so I need to do .ToString() conversion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions