Bugfix: emoji changed (#17) #168
Annotations
4 warnings
|
build:
source/src/Slackbot.Net.Endpoints/Models/Events/EmojiChangedEvent.cs#L10
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#L9
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#L10
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#L9
Non-nullable property 'OldName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|