<!-- Please search existing issues to avoid creating duplicates. --> <!-- Which version of Electron.NET CLI and API are you using? --> <!-- Please always try to use latest version before report. --> * **Version**: 9.31.2 * **dotnet core**: v3.1.101 * **node**: 8.12.0 <!-- What target are you building for? --> * **Target**: Windows <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://donorbox.org/electron-net) --> After upgrading from the latest 8.xxx version the method Electron.App.GetAppMetricsAsync() does not return anymore. Steps to Reproduce: 1. var metrics = await Electron.App.GetAppMetricsAsync(cancellationToken);