.github/workflows/build_release.yaml #79
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build_release.yaml
on: workflow_dispatch
build-and-release
4m 29s
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:
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:
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/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/OSDHelpers.cs#L158
Dereference of a possibly null reference.
|
build-and-release:
ExternalHelpers/StartupManager.cs#L31
Cannot convert null literal to non-nullable reference type.
|
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:
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:
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/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/OSDHelpers.cs#L158
Dereference of a possibly null reference.
|
build-and-release:
ExternalHelpers/StartupManager.cs#L31
Cannot convert null literal to non-nullable reference type.
|
build-and-release:
ExternalHelpers/WindowsMasterVolume.cs#L29
Converting null literal or possible null value to non-nullable type.
|
build-and-release:
ExternalHelpers/WindowsMasterVolume.cs#L56
Converting null literal or possible null value to non-nullable type.
|