Create build.yml #1
Annotations
21 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
Commands/AccountStuff/RememberLogin.cs#L11
Possible null reference return.
|
build:
CommandManager.cs#L18
Converting null literal or possible null value to non-nullable type.
|
build:
CommandManager.cs#L19
Possible null reference argument for parameter 'item' in 'void List<Command>.Add(Command item)'.
|
build:
Commands/AmongList.cs#L9
Possible null reference return.
|
build:
Program.cs#L90
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L95
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L98
Possible null reference return.
|
build:
Program.cs#L105
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L109
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L112
Possible null reference return.
|
build:
CommandManager.cs#L18
Converting null literal or possible null value to non-nullable type.
|
build:
CommandManager.cs#L19
Possible null reference argument for parameter 'item' in 'void List<Command>.Add(Command item)'.
|
build:
Program.cs#L90
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L95
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L98
Possible null reference return.
|
build:
Program.cs#L105
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L109
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L112
Possible null reference return.
|
build:
Program.cs#L10
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:
CommandManager.cs#L34
Converting null literal or possible null value to non-nullable type.
|