Skip to content

Use the new dsp eventhandling (#38) #204

Use the new dsp eventhandling (#38)

Use the new dsp eventhandling (#38) #204

Triggered via push August 18, 2024 10:04
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: ModularAssistentForDiscordServer/Migrations/20240622055159_mark guild and user key as not db generated.cs#L9
The type name 'markguildanduserkeyasnotdbgenerated' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: ModularAssistentForDiscordServer/Migrations/20240622055159_mark guild and user key as not db generated.Designer.cs#L16
The type name 'markguildanduserkeyasnotdbgenerated' only contains lower-cased ascii characters. Such names may become reserved for the language.
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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: ModularAssistentForDiscordServer/Entities/UserDbEntity.cs#L33
Non-nullable property 'Incidents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModularAssistentForDiscordServer/Entities/UserDbEntity.cs#L35
Non-nullable property 'Reminders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModularAssistentForDiscordServer/Entities/UserDbEntity.cs#L36
Non-nullable property 'VoiceAlerts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModularAssistentForDiscordServer/Entities/ReminderDbEntity.cs#L28
Non-nullable property 'ReminderText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.