// my code
using Newtonsoft.Json;
using SystemInfoLibrary.OperatingSystem;
var a = OperatingSystemInfo.GetOperatingSystemInfo();
while (true)
{
Console.WriteLine(JsonConvert.SerializeObject(a.Update(), Formatting.Indented));
Console.ReadKey();
}
the package named SystemInfoLibrary-devel (devel branch) seems not to have such problem :D
will devel branch merge into master?
and is devel branch stable to use in production env?
the ram info never changed
here are some outputs