Update SECURITY.md #163
Annotations
10 warnings
build:
DiscordBotTests/ServiceTests/Watch2GetherServiceTests.cs#L32
Non-nullable field '_watch2GetherService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
DiscordBotTests/ServiceTests/Watch2GetherServiceTests.cs#L33
Non-nullable field '_mockHttpService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
DiscordBotTests/ServiceTests/HttpServiceTests.cs#L20
Non-nullable field '_mockRestClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
DiscordBotTests/ServiceTests/HttpServiceTests.cs#L21
Non-nullable field '_httpService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
DiscordBotTests/ServiceTests/SlashCommandsServiceTests.cs#L37
Cannot convert null literal to non-nullable reference type.
|
build:
DiscordBotTests/ServiceTests/SlashCommandsServiceTests.cs#L39
Cannot convert null literal to non-nullable reference type.
|
build:
DiscordBotTests/ServiceTests/SlashCommandsServiceTests.cs#L39
Cannot convert null literal to non-nullable reference type.
|
build:
DiscordBotTests/ServiceTests/SlashCommandsServiceTests.cs#L39
Cannot convert null literal to non-nullable reference type.
|
build:
DiscordBotTests/ServiceTests/SlashCommandsServiceTests.cs#L39
Cannot convert null literal to non-nullable reference type.
|
build:
DiscordBotTests/ServiceTests/OpenAiServiceTests.cs#L31
Non-nullable field '_mockHttpService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|