Replace Docker build-and-run script with .Net Core script #36
Annotations
6 warnings
src/GolfClapBot.Bot/Bot.cs#L10
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test/GolfClapBot.Test/BotTests.cs#L22
Cannot convert null literal to non-nullable reference type.
|
test/GolfClapBot.Test/BotTests.cs#L24
Cannot convert null literal to non-nullable reference type.
|
src/GolfClapBot.Bot/Bot.cs#L10
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test/GolfClapBot.Test/BotTests.cs#L22
Cannot convert null literal to non-nullable reference type.
|
test/GolfClapBot.Test/BotTests.cs#L24
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading