Skip to content

🐛 HypeTrainProgress LastContribution should be a single object (#18) #19

🐛 HypeTrainProgress LastContribution should be a single object (#18)

🐛 HypeTrainProgress LastContribution should be a single object (#18) #19

Triggered via push October 9, 2023 17:06
Status Success
Total duration 1m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
release-preview
54s
release-preview
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
release-preview
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
release-preview: TwitchLib.EventSub.Core/Extensions/AsyncEventHandlerExtensions.cs#L6
Missing XML comment for publicly visible type or member 'AsyncEventHandlerExtensions'
release-preview: TwitchLib.EventSub.Core/Extensions/AsyncEventHandlerExtensions.cs#L8
Missing XML comment for publicly visible type or member 'AsyncEventHandlerExtensions.InvokeAsync<TEventArgs>(AsyncEventHandler<TEventArgs>, object, TEventArgs)'
release-preview: TwitchLib.EventSub.Core/Extensions/AsyncEventHandlerExtensions.cs#L13
Missing XML comment for publicly visible type or member 'AsyncEventHandlerExtensions.InvokeAsync(AsyncEventHandler, object, EventArgs)'
release-preview: TwitchLib.EventSub.Core/Models/GuestStar/ChannelGuestStarBase.cs#L3
Missing XML comment for publicly visible type or member 'ChannelGuestStarBase'
release-preview: TwitchLib.EventSub.Core/Models/GuestStar/ChannelGuestStarSessionBase.cs#L5
Missing XML comment for publicly visible type or member 'ChannelGuestStarSessionBase'
release-preview: TwitchLib.EventSub.Core/AsyncEventHandler.cs#L11
Rename type name AsyncEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
release-preview: TwitchLib.EventSub.Core/AsyncEventHandler.cs#L17
Rename type name AsyncEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
release-preview: TwitchLib.EventSub.Core/SubscriptionTypes/Channel/ChannelPointsCustomReward.cs#L91
Change 'Image' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
release-preview: TwitchLib.EventSub.Core/SubscriptionTypes/Channel/ChannelPointsCustomReward.cs#L95
Change 'DefaultImage' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
release-preview: TwitchLib.EventSub.Core/Models/HypeTrain/HypeTrainBase.cs#L29
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)