Extensions.Configuration.Toml icon indicating copy to clipboard operation
Extensions.Configuration.Toml copied to clipboard

AddTomlFile cost so much time while reloadOnChanged is true

Open BoysheO opened this issue 8 months ago • 1 comments

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

BoysheO avatar Apr 20 '25 08:04 BoysheO