Skip to content

Expose APIs for entity and item names (#443) #562

Expose APIs for entity and item names (#443)

Expose APIs for entity and item names (#443) #562

Triggered via push October 29, 2023 00:35
Status Success
Total duration 14m 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): Daybreak.GWCA/source/EntityNameModule.cpp#L70
'<': signed/unsigned mismatch
Analyze (csharp): Daybreak.GWCA/source/GameModule.cpp#L141
'<': signed/unsigned mismatch
Analyze (csharp): Daybreak.GWCA/source/InventoryModule.cpp#L35
'<': signed/unsigned mismatch
Analyze (csharp): Daybreak.GWCA/source/MainPlayerModule.cpp#L141
'<': signed/unsigned mismatch
Analyze (csharp): Daybreak.GWCA/source/PathingMetadataModule.cpp#L26
'<': signed/unsigned mismatch
Analyze (csharp): Daybreak.GWCA/source/PathingModule.cpp#L28
'<': signed/unsigned mismatch
Analyze (csharp): Daybreak.GWCA/source/PathingModule.cpp#L30
'<': signed/unsigned mismatch
Analyze (csharp): Daybreak.GWCA/source/PreGameModule.cpp#L29
'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
Analyze (csharp): Daybreak.GWCA/source/UserModule.cpp#L23
'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
Analyze (csharp)
'CircularButton.ContentProperty' hides inherited member 'ContentControl.ContentProperty'. Use the new keyword if hiding was intended.