0.0.0.231 #97
Annotations
10 warnings
|
Build:
AutoDuty/AutoDuty.cs#L207
Non-nullable field 'ConfigFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
AutoDuty/AutoDuty.cs#L207
Non-nullable field 'AssemblyFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
AutoDuty/AutoDuty.cs#L207
Non-nullable field 'PathsDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
AutoDuty/IPC/IPCSubscriber.cs#L499
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
AutoDuty/IPC/IPCSubscriber.cs#L432
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
AutoDuty/IPC/IPCSubscriber.cs#L100
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build:
ECommons/ECommons/Interop/OpenFileDialog.cs#L22
Managed parameter or return types require runtime marshalling to be enabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1420)
|
|
Build:
ECommons/ECommons/ImGuiMethods/ImGuiEx/ImGuiEx.cs#L312
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/Configuration/EzCharaConfig.cs#L44
Parameter 'value' must have a non-null value when exiting with 'true'.
|