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

Getting all relevant game assemblies. #9

Getting all relevant game assemblies.

Getting all relevant game assemblies. #9

Triggered via push October 22, 2023 17:50
Status Success
Total duration 58s
Artifacts

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#L47
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#L14
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#L15
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#L16
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#L17
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#L22
Non-nullable field 'harmony' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SS14.Launcher/Models/Logins/LoginManager.cs#L85
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.