I just added a builder to my test project and ended up with hundreds of code analysis errors.
The generated code should include a header to say that it's generated. Here's an example:
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a source generator named Vogen (https://github.com/SteveDunn/Vogen)
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------
I just added a builder to my test project and ended up with hundreds of code analysis errors.
The generated code should include a header to say that it's generated. Here's an example: