Skip to content

Add automatic message scanning against phishing #201

Add automatic message scanning against phishing

Add automatic message scanning against phishing #201

Triggered via pull request August 11, 2024 18:21
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated 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 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#L33
Non-nullable property 'Incidents' must contain a non-null value when exiting constructor. Consider 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 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 declaring the property as nullable.
build: ModularAssistentForDiscordServer/Services/AntiPhishingService.cs#L70
'DiscordClient.MessageCreated' is obsolete: 'Events on DiscordClient are deprecated and will be removed within the v5 development cycle. Please use the ConfigureEventHandlers methods on your preferred construction method instead.'