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();

Releases

No releases published

Packages

No packages published

Languages