Sort HUDMerger.sln #53
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#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#L4355
Converting null literal or possible null value to non-nullable type.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L4357
Dereference of a possibly null reference.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L4370
Converting null literal or possible null value to non-nullable type.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L4372
Dereference of a possibly null reference.
|
test:
src/HUDMerger.Core/DiscordGameSDK/Core.cs#L4414
Converting null literal or possible null value to non-nullable type.
|