Skip to content

Repository files navigation

EasyConfig

LicenseNuGet

Tutorial

Create a config class or record:

publicclassConfig{publicstringProp{get;set;}}

Then you can fetch the data from the fille like this:

varconfig=ConfigurationManager.Get<Config>();

When there is a need to save the config you can do it like this:

ConfigurationManager.Save(config);

That's it, really easy to use like the name.

About

A simple and easy to use Configuration helper.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages