Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Fix patch on winblows #11

Fix patch on winblows

Fix patch on winblows #11

Triggered via push October 22, 2023 22:23
Status Success
Total duration 1m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L44
Converting null literal or possible null value to non-nullable type.
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L100
Dereference of a possibly null reference.
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L104
Dereference of a possibly null reference.
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L108
Dereference of a possibly null reference.
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L13
Non-nullable field 'RobustAss' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L14
Non-nullable field 'ClientAss' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L15
Non-nullable field 'RobustSharedAss' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L16
Non-nullable field 'ClientSharedAss' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L21
Non-nullable field 'harmony' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SS14.Launcher/Marsey/MarseyPatcher.cs#L44
Converting null literal or possible null value to non-nullable type.