WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

MarioGK/EasyConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyConfig

License NuGet

Tutorial

Create a config class or record:

public class Config
{
    public string Prop { get; set; }
}

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

var config = 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

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages