A library that helps generating code.
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:
The new line character(s) to use. The default is "\r\n"
.
The indentation to use. The default is four spaces " "
.
The encoding to use. The default is UTF-8 without BOM.