Skip to content

.github/workflows/build_release.yaml #82

.github/workflows/build_release.yaml

.github/workflows/build_release.yaml #82

Manually triggered December 14, 2023 18:11
Status Success
Total duration 1m 55s
Artifacts

build_release.yaml

on: workflow_dispatch
build-and-release
1m 44s
build-and-release
Fit to window
Zoom out
Zoom in

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.