This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
God damn i'm stupid #16
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@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
XaiSharp/Commands/Slash/Rank.cs#L12
'EnabledInDmAttribute' is obsolete: 'This attribute will be deprecated soon. Configure with CommandContextTypes attribute instead.'
|
Build:
XaiSharp/Commands/Slash/Timeout.cs#L10
'EnabledInDmAttribute' is obsolete: 'This attribute will be deprecated soon. Configure with CommandContextTypes attribute instead.'
|
Build:
XaiSharp/Util.cs#L22
Nullable value type may be null.
|
Build:
XaiSharp/Program.cs#L21
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
XaiSharp/Program.cs#L23
Non-nullable property 'WebhookToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
XaiSharp/Program.cs#L24
Non-nullable property 'SQLiteDatabase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
XaiSharp/Program.cs#L25
Non-nullable property 'ActivityType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
XaiSharp/Program.cs#L26
Non-nullable property 'Activity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
XaiSharp/Commands/User/Kill.cs#L20
Converting null literal or possible null value to non-nullable type.
|
Build:
XaiSharp/Commands/User/Kill.cs#L21
Dereference of a possibly null reference.
|
Loading