CPU spike on macOS after installing .net 5.0!
- Dominant language
- PowerShell
- Stars
- 22k
- Forks
- 4.9k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 29
Description
# CPU is spiking after installing .net 5.0
# .net 5.0 on macOs Catalina 10.15.17
After installing .Net 5.0 on macOS Catalina 10.15.17, my CPU% is spiking already just when I started running VS Code.
I checked Activity Monitor and I have found that "dotnet" process is already 100% that is without running a .net app yet. So what I did is I forced quit the "dotnet" process on Activity Monitor; the CPU% started to go down(with VS Code still open). I tried running an blazor app(dotnet run) without browsing the app then the CPU% spiked to 100% again; I forced quit my blazor app CPU goes down. This issue was not happening on previous versions of .net on my mac.


Contributor guide
Assessment
This issue has not been assessed yet.