services/runner: make ping err a lot less scary #23
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
Settings/ServerApiSettings.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Settings/ServerApiSettings.cs#L6
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Settings/ServerApiSettings.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Settings/DiscordSettings.cs#L32
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Settings/DiscordSettings.cs#L34
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Settings/DiscordSettings.cs#L35
Non-nullable property 'Channels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Commands/RestartCommands.cs#L20
Non-nullable field '_restartInitiator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Models/ResponsePairDto.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/DiscordUserDto.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/DiscordUserDto.cs#L6
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|