Closed hherzl closed 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);
In order to scaffold a record with positional syntax, the properties need a flag to set positional declaration.
Example: