mthamil / EFDocumentationGenerator

A Visual Studio plugin for the Entity Framework designer which pulls MS_Description properties from a database and populates an entity model with them.
Apache License 2.0
11 stars 5 forks source link

Replace XDocument-based connection string location #10

Closed mthamil closed 7 years ago

mthamil commented 7 years ago

Instead use System.Configuration's ConfigurationManager to actually load the config file AS a config file. This removes a fair amount of code.