A library that helps generating code.
Generates models defined in Open API schema's. More info can be found here.
This project helps generating code for Qowaiv Single Value Objects.
By specifying the C# writer settings, the output of the generated code can be tweaked:
Types written who's namespace occurs in the GlobalUsings
is written without
it's (full) namespace declaration.
The new line character(s) to use. The default is "\r\n"
.
The indentation to use. The default is four spaces " "
.
By setting UseRequiredModifier = true
, the required
modifier
is generated for required properties. Note that this language feature is only
available since C# 11.
The encoding to use. The default is UTF-8 without BOM.