Update README.md #42
Annotations
10 warnings
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/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#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.
|