message(bots): add bot_id to message.im payload #184
Annotations
10 warnings
|
build:
source/src/Slackbot.Net.Endpoints/Models/Events/MessageEvent.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
source/src/Slackbot.Net.Endpoints/Models/Events/EmojiChangedEvent.cs#L15
Non-nullable property 'NewName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
source/src/Slackbot.Net.Endpoints/Models/Events/EmojiChangedEvent.cs#L14
Non-nullable property 'OldName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
source/src/Slackbot.Net.Endpoints/Models/Events/EmojiChangedEvent.cs#L32
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
source/src/Slackbot.Net.Endpoints/Models/Events/EmojiChangedEvent.cs#L43
Non-nullable property 'NewName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
source/src/Slackbot.Net.Endpoints/Models/Events/EmojiChangedEvent.cs#L42
Non-nullable property 'OldName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
source/src/Slackbot.Net.Endpoints/Middlewares/TeamJoinEvents.cs#L9
Parameter 'next' is unread.
|
|
build:
source/src/Slackbot.Net.Endpoints/Middlewares/MessageEvents.cs#L9
Parameter 'next' is unread.
|
|
build:
source/src/Slackbot.Net.Endpoints/Middlewares/EmojiChangedEvents.cs#L9
Parameter 'next' is unread.
|
|
build:
source/src/Slackbot.Net.Endpoints/Models/Events/MessageEvent.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|