Skip to content

Merge pull request #109 from pureooze/ushamim/remove-rx #211

Merge pull request #109 from pureooze/ushamim/remove-rx

Merge pull request #109 from pureooze/ushamim/remove-rx #211

Triggered via push August 29, 2024 01:53
Status Failure
Total duration 39s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 adding the 'required' modifier or declaring the field as nullable.