Update deps and fix NRE in Messagesnipe #165
Annotations
11 warnings
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/Commands/Text/Base/Eval.cs#L93
Non-nullable property 'Member' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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#L27
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 'PreferedLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ModularAssistentForDiscordServer/Entities/UserDbEntity.cs#L35
Non-nullable property 'Incidents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ModularAssistentForDiscordServer/Entities/UserDbEntity.cs#L37
Non-nullable property 'Reminders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
ModularAssistentForDiscordServer/Entities/UserDbEntity.cs#L39
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.
|
The logs for this run have expired and are no longer available.
Loading