Implements easy methods for reading sensitive and non-sensitive application settings from configuration files.
                        
                    
         
                Info
| Version: | 1.1.1 | 
| Author(s): | Alek Davis | 
| Last Update: | Wednesday, December 11, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/alekdavis/BasicConfiguration | 
| NuGet Url: | https://www.nuget.org/packages/BasicAppSettings | 
Install
Install-Package BasicAppSettings
                        dotnet add package BasicAppSettings
                        paket add BasicAppSettings
                        
                                BasicAppSettings Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- System.Configuration.ConfigurationManager(>= 4.5.0)
 - System.Security.AccessControl(>= 4.5.0)
 - System.Security.Permissions(>= 4.5.0)
 - System.Security.Principal.Windows(>= 4.5.1)
 
Tags