Skip to content

Add 'session skip' feature in TempVC #285

Add 'session skip' feature in TempVC

Add 'session skip' feature in TempVC #285

Triggered via push December 27, 2023 19:26
Status Success
Total duration 2m 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Eventlistener/WelcomeMessage.cs#L44
The variable 'e' is declared but never used
build: src/Commands/Moderation/UserInfoCommand.cs#L36
The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?'
build: src/Utils/ReasonTemplateResolver.cs#L68
The variable 'ex' is declared but never used
build: src/Utils/ReasonTemplateResolver.cs#L89
The variable 'ex' is declared but never used
build: src/Utils/Helpers.cs#L102
The variable 'e' is declared but never used
build: src/Utils/Helpers.cs#L124
The variable 'e' is declared but never used
build: src/Commands/TempVC/ChannelStatusManager.cs#L88
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/Commands/TempVC/ChannelStatusManager.cs#L186
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/Commands/Utilities/StatsCommand.cs#L66
Property 'Owners' is deprecated: Do not use in production. (https://docs.dcs.aitsys.dev/vs/analyzer/dcs/0002)
build: src/Commands/Utilities/StatsCommand.cs#L67
Property 'UsernameWithDiscriminator' is deprecated: We will internally use the GlobalName if a user is already migrated. This will be removed in future. Consider switching to UsernameWithGlobalName then. (https://docs.dcs.aitsys.dev/vs/analyzer/dcs/0102)