Skip to content

Make separate publish steps #202

Make separate publish steps

Make separate publish steps #202

Triggered via pull request May 1, 2024 04:15
Status Success
Total duration 30s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: TwitchEverywhere.Core/Types/Messages/ImmediateLoadedMessages/ImmediateLoadedWhisperMsg.cs#L23
Cannot convert null literal to non-nullable reference type.
build: TwitchEverywhere.Core/Types/Messages/ImmediateLoadedMessages/ImmediateLoadedWhisperMsg.cs#L24
Cannot convert null literal to non-nullable reference type.
build: TwitchEverywhere.Core/Types/Messages/ImmediateLoadedMessages/ImmediateLoadedWhisperMsg.cs#L25
Cannot convert null literal to non-nullable reference type.
build: TwitchEverywhere.Core/Types/Messages/ImmediateLoadedMessages/ImmediateLoadedWhisperMsg.cs#L27
Cannot convert null literal to non-nullable reference type.
build: TwitchEverywhere.Core/Types/Messages/ImmediateLoadedMessages/ImmediateLoadedWhisperMsg.cs#L28
Cannot convert null literal to non-nullable reference type.
build: TwitchEverywhere.Core/Types/Messages/ImmediateLoadedMessages/ImmediateLoadedWhisperMsg.cs#L30
Cannot convert null literal to non-nullable reference type.
build: TwitchEverywhere.Core/Types/Messages/ImmediateLoadedMessages/ImmediateLoadedWhisperMsg.cs#L32
Cannot convert null literal to non-nullable reference type.
build: TwitchEverywhere.Core/Types/Messages/ImmediateLoadedMessages/ImmediateLoadedWhisperMsg.cs#L33
Cannot convert null literal to non-nullable reference type.
build: TwitchEverywhere.Core/Types/Messages/ImmediateLoadedMessages/ImmediateLoadedWhisperMsg.cs#L34
Cannot convert null literal to non-nullable reference type.
build: TwitchEverywhere.Core/Types/Messages/LazyLoadedMessages/LazyLoadedWhisperMsg.cs#L7
Non-nullable field 'm_tags' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.