Skip to content

Merge branch 'main' of https://github.com/xChipseq/Dropship-Mod-Loader #19

Merge branch 'main' of https://github.com/xChipseq/Dropship-Mod-Loader

Merge branch 'main' of https://github.com/xChipseq/Dropship-Mod-Loader #19

Triggered via push January 31, 2025 15:52
Status Failure
Total duration 29s
Billable time 1m
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: Dropship/Commands/AccountStuff/RememberLogin.cs#L14
'DepotDownloader' does not contain a definition for 'EncryptLogin'
build: Dropship/Commands/AccountStuff/RememberLogin.cs#L14
'DepotDownloader' does not contain a definition for 'EncryptLogin'
build
Process completed with exit code 1.
build: Dropship/DataManager.cs#L109
Cannot convert null literal to non-nullable reference type.
build: Dropship/Program.cs#L57
Converting null literal or possible null value to non-nullable type.
build: Dropship/Program.cs#L62
Converting null literal or possible null value to non-nullable type.
build: Dropship/Program.cs#L72
Converting null literal or possible null value to non-nullable type.
build: Dropship/Program.cs#L76
Converting null literal or possible null value to non-nullable type.
build: Dropship/Program.cs#L86
Possible null reference return.
build: Dropship/Program.cs#L8
Non-nullable property 'RuntimeTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Dropship/AmongUsLocator.cs#L68
Dereference of a possibly null reference.
build: Dropship/CommandManager.cs#L18
Converting null literal or possible null value to non-nullable type.
build: Dropship/CommandManager.cs#L19
Possible null reference argument for parameter 'item' in 'void List<Command>.Add(Command item)'.