Skip to content

Merge pull request #26 from murdahl/bugfix/murdahl/blockkit-errors #177

Merge pull request #26 from murdahl/bugfix/murdahl/blockkit-errors

Merge pull request #26 from murdahl/bugfix/murdahl/blockkit-errors #177

Triggered via push June 13, 2025 07:40
Status Success
Total duration 35s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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.