0.0.0.243 #103
Annotations
10 warnings
|
Build:
AutoDuty/Updater/FileHelper.cs#L49
Possible null reference argument for parameter 's' in 'bool GenericHelpers.IsNullOrEmpty(string s)'.
|
|
Build:
AutoDuty/IPC/IPCSubscriber.cs#L484
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
AutoDuty/IPC/IPCSubscriber.cs#L417
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
AutoDuty/IPC/IPCSubscriber.cs#L76
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
ECommons/ECommons/ImGuiMethods/ImGuiEx/ImGuiEx.cs#L324
XML comment has cref attribute 'CollapsingHeader(string)' that could not be resolved
|
|
Build:
ECommons/ECommons/Commands/CmdAttribute.cs#L20
XML comment has cref attribute 'ImGui' that could not be resolved
|
|
Build:
ECommons/ECommons/Automation/NeoTaskManager/TaskManager.Delay.cs#L29
Parameter 'configuration' has no matching param tag in the XML comment for 'TaskManager.InsertDelay(int, bool, TaskManagerConfiguration)' (but other parameters do)
|
|
Build:
ECommons/ECommons/Configuration/EzCharaConfig.cs#L44
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
Build:
ECommons/ECommons/Schedulers/SingleThreadRunnerHelper/SyncHelper.cs#L7
Non-nullable field 'current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
ECommons/ECommons/Schedulers/SingleThreadRunnerHelper/SingleThreadContext.cs#L91
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
|