Merge branch 'main' of https://github.com/xChipseq/Dropship-Mod-Loader #19
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)'.
|