This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Fix patch on winblows #11
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|