Mobility Warnings
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Mobility Warnings.
Mobility warnings support efficient power usage.
| Rule | Description |
|---|---|
| CA1600: Do not use idle process priority | Do not set process priority to Idle. Processes that have System.Diagnostics.ProcessPriorityClass.Idle will occupy the CPU when it would otherwise be idle, and will therefore block standby. |
| CA1601: Do not use timers that prevent power state changes | Higher-frequency periodic activity will keep the CPU busy and interfere with power-saving idle timers that turn off the display and hard disks. |
Show: