up #3
Annotations
10 warnings
|
build:
tests/GenericBot/WeatherCommand.cs#L346
Non-nullable property 'Temperature2m' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
tests/GenericBot/WeatherCommand.cs#L343
Non-nullable property 'Time' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Disc.NET/Configuration/DiscNetContainer.cs#L9
Non-nullable field '_containerBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
src/Disc.NET/Handlers/EventHandlers/SlashCommandRegisterHandler.cs#L24
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/Disc.NET/Handlers/EventHandlers/SlashCommandHandler.cs#L49
Possible null reference argument for parameter 'interactionToken' in 'Task IClient.InteractionRespondingAsync(string interactionId, string interactionToken, string responseJson, CancellationToken cancellation = default(CancellationToken))'.
|
|
build:
src/Disc.NET/Handlers/EventHandlers/SlashCommandHandler.cs#L49
Possible null reference argument for parameter 'interactionId' in 'Task IClient.InteractionRespondingAsync(string interactionId, string interactionToken, string responseJson, CancellationToken cancellation = default(CancellationToken))'.
|
|
build:
src/Disc.NET/Handlers/EventHandlers/SlashCommandHandler.cs#L27
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/Disc.NET/Handlers/EventHandlers/PrefixCommandHandler.cs#L25
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/Disc.NET.Commands/Contexts/InteractionContext.cs#L15
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Disc.NET.Commands/Contexts/CommandContext.cs#L20
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|