Skip to content

Rework ef core entity configs and add UserManagerService #179

Rework ef core entity configs and add UserManagerService

Rework ef core entity configs and add UserManagerService #179

Triggered via push April 22, 2024 17:40
Status Success
Total duration 30s
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/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.
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.
build: ModularAssistentForDiscordServer/Entities/ReminderDbEntity.cs#L51
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModularAssistentForDiscordServer/Entities/QuoteDbEntity.cs#L44
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModularAssistentForDiscordServer/Entities/QuoteDbEntity.cs#L49
Non-nullable property 'Guild' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.