hherzl / CatFactory

CatFactory Scaffolding Engine
MIT License
55 stars 11 forks source link

Add positional flag in property definition #22

Closed hherzl closed 1 year ago

hherzl commented 1 year ago

In order to scaffold a record with positional syntax, the properties need a flag to set positional declaration.

Example:

public record Bar(Guid Id, int X, int Y, int Z);