2.0.3 #56
Annotations
11 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test:
src/HUDMerger.Core/DiscordGameSDK/ActivityManager.cs#L9
Cannot convert null literal to non-nullable reference type.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L1778
Possible null reference assignment.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L1780
Unboxing a possibly null value.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L4324
Possible null reference assignment.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L4326
Unboxing a possibly null value.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L4333
Non-nullable field 'MethodsStructure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L4333
Non-nullable event 'OnUserAchievementUpdate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L1793
Non-nullable field 'MethodsStructure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L1793
Non-nullable event 'OnActivityJoin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L1793
Non-nullable event 'OnActivitySpectate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|