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