dyslexicanaboko / simple-class-creator

A utility for creating mundane crud work including table to model, model to DTO and other things no one really wants to do by hand.
MIT License
1 stars 0 forks source link

Connection strings drop down populated on new machine #22

Closed dyslexicanaboko closed 2 years ago

dyslexicanaboko commented 2 years ago

I pulled down the repository on a new machine, ran the UI and there were connection strings populated. That makes no sense. I was already going to overhaul how this worked so maybe this is the catalyst.

dyslexicanaboko commented 2 years ago

Turned out that I left very old connection strings by default in the app.config / Settings.settings as default. I changed the defaults to something obviously more default. I am still thinking about moving it over to a json file instead to disassociate it with the app.config which is going to change tremendously when I move to dot net core.