8000 GitHub - SpringHgui/EasyToml: .Net lib for TOML
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SpringHgui/EasyToml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyToml

dotNet lib for TOML

Current in development stage Do not use in production environment

Use in AspNotCore

    var conf = new ConfigurationBuilder()
      .SetBasePath(Directory.GetCurrentDirectory())
      .AddTomlFile("config.toml", true)
      .Build();

About

.Net lib for TOML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0