Extensions.Configuration.Toml
Extensions.Configuration.Toml copied to clipboard
AddTomlFile cost so much time while reloadOnChanged is true
I discovered a problem, builder.AddTomlFile(path,false,true); Compared with builder.AddTomlFile(path,false,false); The execution takes an additional 18 seconds and consumes a very large amount of GC. I'm trying to figure out why