Skip to content

Update to .NET 8 and rewrite Developer Excuse to local file instead o… #159

Update to .NET 8 and rewrite Developer Excuse to local file instead o…

Update to .NET 8 and rewrite Developer Excuse to local file instead o… #159

Triggered via push January 7, 2024 20:27
Status Success
Total duration 30s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/SlashCommandsServiceTests.cs#L35
Cannot convert null literal to non-nullable reference type.
build: DiscordBotTests/ServiceTests/SlashCommandsServiceTests.cs#L37
Cannot convert null literal to non-nullable reference type.
build: DiscordBotTests/ServiceTests/SlashCommandsServiceTests.cs#L37
Cannot convert null literal to non-nullable reference type.
build: DiscordBotTests/ServiceTests/SlashCommandsServiceTests.cs#L37
Cannot convert null literal to non-nullable reference type.
build: DiscordBotTests/ServiceTests/SlashCommandsServiceTests.cs#L37
Cannot convert null literal to non-nullable reference type.
build: DiscordBotTests/ServiceTests/CryptoServiceTests.cs#L29
Non-nullable field '_mockHttpService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DiscordBotTests/ServiceTests/CryptoServiceTests.cs#L30
Non-nullable field '_cryptoService' 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.