Skip to content

Bugfix: emoji changed (#17) #168

Bugfix: emoji changed (#17)

Bugfix: emoji changed (#17) #168

Triggered via push June 4, 2025 10:05
Status Success
Total duration 35s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

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.