Skip to content

Update dsp (i hate my life) #185

Update dsp (i hate my life)

Update dsp (i hate my life) #185

Triggered via push May 7, 2024 10:48
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: ModularAssistentForDiscordServer/Services/DiscordClientService.cs#L42
'SlashCommandsExtension' is obsolete: 'DSharpPlus.SlashCommands is obsolete. Please consider using the new DSharpPlus.Commands extension instead.'
build: ModularAssistentForDiscordServer/EventListeners/EventListener.Errors.cs#L31
'SlashCommandsExtension' is obsolete: 'DSharpPlus.SlashCommands is obsolete. Please consider using the new DSharpPlus.Commands extension instead.'
build: ModularAssistentForDiscordServer/EventListeners/EventListener.Errors.cs#L117
'SlashCommandsExtension' is obsolete: 'DSharpPlus.SlashCommands is obsolete. Please consider using the new DSharpPlus.Commands extension instead.'
build: ModularAssistentForDiscordServer/Commands/AutoCompletion/VoiceAlertAutoCompletion.cs#L40
Converting null literal or possible null value to non-nullable type.
build: ModularAssistentForDiscordServer/Commands/Slash/RoleSelection.cs#L106
Dereference of a possibly null reference.
build: ModularAssistentForDiscordServer/Services/ReminderService.cs#L72
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: ModularAssistentForDiscordServer/Entities/VoiceAlert.cs#L43
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModularAssistentForDiscordServer/Entities/UserDbEntity.cs#L28
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModularAssistentForDiscordServer/Entities/UserDbEntity.cs#L31
Non-nullable property 'PreferedLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.