Add more training data and update build to not include Sonar analysis #16
Annotations
10 warnings
build:
src/GolfClapBot.Bot/Bot.cs#L14
Non-nullable field 'settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/GolfClapBot.Bot/Bot.cs#L12
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/GolfClapBot.Bot/Bot.cs#L9
The field 'Bot.settings' is never used
|
build:
test/GolfClapBot.Test/BotTests.cs#L22
Cannot convert null literal to non-nullable reference type.
|
build:
test/GolfClapBot.Test/BotTests.cs#L24
Cannot convert null literal to non-nullable reference type.
|
build:
src/GolfClapBot.Bot/Bot.cs#L14
Non-nullable field 'settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/GolfClapBot.Bot/Bot.cs#L12
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/GolfClapBot.Bot/Bot.cs#L9
The field 'Bot.settings' is never used
|
build:
test/GolfClapBot.Test/BotTests.cs#L22
Cannot convert null literal to non-nullable reference type.
|
build:
test/GolfClapBot.Test/BotTests.cs#L24
Cannot convert null literal to non-nullable reference type.
|