Skip to content

Add automatic message scanning against phishing (#37) #202

Add automatic message scanning against phishing (#37)

Add automatic message scanning against phishing (#37) #202

Triggered via push August 11, 2024 18:26
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: push
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/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/AntiFishResponse.cs#L25
Non-nullable property 'Matches' 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/Entities/ReminderDbEntity.cs#L28
Non-nullable property 'ReminderText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.