PowerControl: Do not render many separators #285
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, vimtor/action-zip@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
CommonHelpers/SharedData.cs#L20
Non-nullable field 'mmf' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
CommonHelpers/RTSS.cs#L19
Possible null reference assignment.
|
ExternalHelpers/StartupManager.cs#L31
Cannot convert null literal to non-nullable reference type.
|
ExternalHelpers/PhysicalMonitorBrightnessController.cs#L47
Non-nullable property 'Monitors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ExternalHelpers/StartupManager.cs#L66
Converting null literal or possible null value to non-nullable type.
|
ExternalHelpers/StartupManager.cs#L68
Converting null literal or possible null value to non-nullable type.
|
ExternalHelpers/StartupManager.cs#L157
Possible null reference return.
|
ExternalHelpers/StartupManager.cs#L161
Possible null reference return.
|
ExternalHelpers/GlobalHotKey.cs#L29
Converting null literal or possible null value to non-nullable type.
|
ExternalHelpers/GlobalHotKey.cs#L30
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading