0.0.0.198 #67
Annotations
10 warnings
Build Project:
AutoDuty/Helpers/TrustHelper.cs#L29
'GenericHelpers.ExtractText(Utf8String, bool)' is obsolete: 'Dalamud has added their own ExtractText method for Lumina strings that is not compatible with ECommons. Therefore, extension method can not be used on Lumina strings anymore. For the consistency, ExtractText method is renamed to GetText.'
|
Build Project:
AutoDuty/IPC/IPCSubscriber.cs#L472
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Project:
AutoDuty/IPC/IPCSubscriber.cs#L405
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Project:
AutoDuty/IPC/IPCSubscriber.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Project:
ECommons/ECommons/Configuration/EzConfig.cs#L168
Possible null reference argument for parameter 'bytes' in 'void File.WriteAllBytes(string path, byte[] bytes)'.
|
Build Project:
ECommons/ECommons/Configuration/EzConfig.cs#L146
Possible null reference argument for parameter 'data' in 'FileSaveStruct.FileSaveStruct(string name, string data)'.
|
Build Project:
ECommons/ECommons/Configuration/EzConfig.cs#L142
Possible null reference argument for parameter 'dataBytes' in 'FileSaveStruct.FileSaveStruct(string name, byte[] dataBytes)'.
|
Build Project:
ECommons/ECommons/Configuration/EzConfig.cs#L128
Converting null literal or possible null value to non-nullable type.
|
Build Project:
ECommons/ECommons/Configuration/EzConfig.cs#L127
Converting null literal or possible null value to non-nullable type.
|
Build Project:
ECommons/ECommons/Singletons/SingletonServiceManager.cs#L67
Possible null reference assignment.
|
Loading