overhauled targeting system #10
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
Build:
lib/ClickLib/ClickLib/Clicks/ClickSelectOk.cs#L31
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
Build:
lib/ClickLib/ClickLib/Bases/ClickBase{TImpl,TStruct}.cs#L151
'public' members should come before 'protected' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
|
|
|
Build:
ECommons/ECommons/Automation/TaskManager.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
ECommons/ECommons/UIHelpers/AtkReader.cs#L80
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
ECommons/ECommons/UIHelpers/AtkReader.cs#L94
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
ECommons/ECommons/GameHelpers/Player.cs#L20
'ObjectFunctions.IsTargetable(GameObject)' is obsolete: 'Use IsTargetable'
|
Build:
ECommons/ECommons/ImGuiMethods/ThreadLoadImageHandler.cs#L105
The variable 'ex' is declared but never used
|