.github/workflows/build_release.yaml #82
build_release.yaml
on: workflow_dispatch
build-and-release
1m 44s
Annotations
21 warnings
build-and-release
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/
|
build-and-release:
ExternalHelpers/StartupManager.cs#L31
Cannot convert null literal to non-nullable reference type.
|
build-and-release:
CommonHelpers/RTSS.cs#L19
Possible null reference assignment.
|
build-and-release:
CommonHelpers/RTSS.cs#L25
Possible null reference assignment.
|
build-and-release:
CommonHelpers/RTSS.cs#L44
A possible null value may not be used for a type marked with
|
build-and-release:
CommonHelpers/OSDHelpers.cs#L158
Dereference of a possibly null reference.
|
build-and-release:
CommonHelpers/RTSS.cs#L71
Cannot convert null literal to non-nullable reference type.
|
build-and-release:
CommonHelpers/RTSS.cs#L73
Cannot convert null literal to non-nullable reference type.
|
build-and-release:
CommonHelpers/SharedData.cs#L20
Non-nullable field 'mmf' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-release:
ExternalHelpers/StartupManager.cs#L66
Converting null literal or possible null value to non-nullable type.
|
build-and-release:
ExternalHelpers/StartupManager.cs#L68
Converting null literal or possible null value to non-nullable type.
|
build-and-release:
ExternalHelpers/StartupManager.cs#L31
Cannot convert null literal to non-nullable reference type.
|
build-and-release:
ExternalHelpers/PhysicalMonitorBrightnessController.cs#L47
Non-nullable property 'Monitors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-release:
ExternalHelpers/StartupManager.cs#L66
Converting null literal or possible null value to non-nullable type.
|
build-and-release:
ExternalHelpers/StartupManager.cs#L68
Converting null literal or possible null value to non-nullable type.
|
build-and-release:
ExternalHelpers/StartupManager.cs#L157
Possible null reference return.
|
build-and-release:
ExternalHelpers/StartupManager.cs#L161
Possible null reference return.
|
build-and-release:
ExternalHelpers/GlobalHotKey.cs#L29
Converting null literal or possible null value to non-nullable type.
|
build-and-release:
ExternalHelpers/GlobalHotKey.cs#L30
Dereference of a possibly null reference.
|
build-and-release:
ExternalHelpers/OnScreenKeyboard.cs#L29
Possible null reference argument for parameter 'o' in 'int Marshal.ReleaseComObject(object o)'.
|
build-and-release:
ExternalHelpers/WindowsMasterVolume.cs#L29
Converting null literal or possible null value to non-nullable type.
|