Small pet peev. When creating new visual studio projects is there any way to include the system.configuration assembly by default? Almost all of my new projects will need access to the configuration AppSettings.
I know it’s not much effort to do Project > Add reference, but I imagine that this is a very very common thing for most people and wondered why it’s not included by default?
You can do this by creating your own project template that includes a reference to System.Configuration.dll. Here is a link that has a walk through on how to do this
As to why the behavior is what it is today, I don’t think you’ll find a solid answer about that.