Skip to content

feat: 主动订阅消息 #17

feat: 主动订阅消息

feat: 主动订阅消息 #17

Triggered via push July 6, 2024 09:23
Status Failure
Total duration 28s
Artifacts

publish.yml

on: push
Build & Publish to Nuget
18s
Build & Publish to Nuget
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build & Publish to Nuget
Process completed with exit code 1.
Build & Publish to Nuget
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, kzrnm/get-net-sdk-project-versions-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build & Publish to Nuget: Api/MemberApi.cs#L32
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
Build & Publish to Nuget: Expansions/Bot/ChannelBot.cs#L14
'ChannelBot._url' hides inherited member 'BaseWebSocket._url'. Use the new keyword if hiding was intended.
Build & Publish to Nuget: Expansions/Bot/ChannelBotCommandManager.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build & Publish to Nuget: Models/MessageModels/Emoji.cs#L7
'Emoji' defines operator == or operator != but does not override Object.Equals(object o)
Build & Publish to Nuget: Models/MessageModels/Emoji.cs#L7
'Emoji' defines operator == or operator != but does not override Object.GetHashCode()
Build & Publish to Nuget: Tools/TemplateHelper/EmbedTemplateHelper.cs#L29
The member 'EmbedTemplateHelper._fields' does not hide an accessible member. The new keyword is not required.
Build & Publish to Nuget: WS/BaseWebSocket.cs#L180
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build & Publish to Nuget: Tools/ConvertHelper.cs#L26
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.'
Build & Publish to Nuget: Tools/TemplateHelper/TextAndThumbnailTemplateHelper.cs#L40
The field 'TextAndThumbnailTemplateHelper._kvs' is never used
Build & Publish to Nuget: WS/FunctionWebScoketEvents.cs#L132
The event 'FunctionWebSocket.Resumed' is never used