1. Overview
  2. Entity Framework
  3. Manipulating Scaffolded Files

Manipulating Scaffolded Files

Depending on the version of Entity Framework installed your DBContext file may contain the comment:
"#warning To protect potentially sensitive information in your connection string, you should move it out of source code. See here for guidance on storing connection strings."

You may want to remove it before generating your code. The External Folder Node Type provides some flags allowing you to remove this text. 


Was this article helpful?