Bump System.Drawing.Common from 8.0.7 to 8.0.8 #62
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
AmeisenBotX.Plugins.Questing.Database/BotQuest.cs#L19
Non-nullable property 'Objectives' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AmeisenBotX.Plugins.Questing.Database/BotQuest.cs#L19
Non-nullable property 'GetStartObject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AmeisenBotX.Plugins.Questing.Database/BotQuest.cs#L19
Non-nullable property 'GetEndObject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AmeisenBotX.Plugins.Questing.Database/Models/DbQuest.cs#L28
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AmeisenBotX.Plugins.Questing.Database/Models/DbQuest.cs#L29
Non-nullable property 'Objectives' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AmeisenBotX.Plugins.Questing.Database/Models/DbQuest.cs#L30
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AmeisenBotX.Plugins.Questing.Database/QuestingDatabaseEngine.cs#L27
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AmeisenBotX.Plugins.Questing.Database/QuestingDatabaseEngine.cs#L101
Possible null reference return.
|
AmeisenBotX.Plugins.Questing.Database/QuestingDatabaseEngine.cs#L108
Dereference of a possibly null reference.
|
AmeisenBotX.Plugins.Questing.Database/Models/DbGameObjectTemplate.cs#L15
Non-nullable property 'AIName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "AmeisenBotX Application Files".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading