It was a pull request that added the CodeGeneratedAttribute everywhere. The code is well formatted and is actually only required where I initialize a new List<> which is virtual in the constructor. It's virtual to allow lazy loading in EF, but it gets a complaint from the code analysis built into Visual Studio (Analyze - Run code analysis on Solution)
↧