Fix error message for 1 error #43
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test:
src/HUDMerger/DiscordGameSDK/Core.cs#L4324
Possible null reference assignment.
|
test:
src/HUDMerger/DiscordGameSDK/Core.cs#L4326
Unboxing a possibly null value.
|
test:
src/HUDMerger/DiscordGameSDK/ActivityManager.cs#L9
Cannot convert null literal to non-nullable reference type.
|
test:
src/HUDMerger/DiscordGameSDK/Core.cs#L1778
Possible null reference assignment.
|
test:
src/HUDMerger/DiscordGameSDK/Core.cs#L1780
Unboxing a possibly null value.
|
test:
src/HUDMerger/DiscordGameSDK/Core.cs#L4333
Non-nullable field 'MethodsStructure' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
src/HUDMerger/DiscordGameSDK/Core.cs#L4333
Non-nullable event 'OnUserAchievementUpdate' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
test:
src/HUDMerger/DiscordGameSDK/Core.cs#L1793
Non-nullable field 'MethodsStructure' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
src/HUDMerger/DiscordGameSDK/Core.cs#L1793
Non-nullable event 'OnActivityJoin' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
test:
src/HUDMerger/DiscordGameSDK/Core.cs#L1793
Non-nullable event 'OnActivitySpectate' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|