Skip to content

动态刷新令牌

动态刷新令牌 #7

Triggered via push November 24, 2023 12:57
Status Success
Total duration 26s
Artifacts

publish.yml

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

Annotations

10 warnings
Build & Publish to Nuget: Api/MemberApi.cs#L34
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
Build & Publish to Nuget: Expansions/Bot/ChannelBot.cs#L23
'ChannelBot._url' hides inherited member 'BaseWebSocket._url'. Use the new keyword if hiding was intended.
Build & Publish to Nuget: Expansions/Bot/ChannelBotCommandManager.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build & Publish to Nuget: Tools/TemplateHelper/EmbedTemplateHelper.cs#L31
The member 'EmbedTemplateHelper._fields' does not hide an accessible member. The new keyword is not required.
Build & Publish to Nuget: Models/MessageModels/Emoji.cs#L10
'Emoji' defines operator == or operator != but does not override Object.Equals(object o)
Build & Publish to Nuget: Models/MessageModels/Emoji.cs#L10
'Emoji' defines operator == or operator != but does not override Object.GetHashCode()
Build & Publish to Nuget: WS/BaseWebSocket.cs#L185
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#L27
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.'
Build & Publish to Nuget: Tools/TemplateHelper/BigImageTemplateHelper.cs#L39
The field 'BigImageTemplateHelper._kvs' is never used
Build & Publish to Nuget: WS/FunctionWebScoketEvents.cs#L132
The event 'FunctionWebSocket.Resumed' is never used