0.0.0.184 #53
Annotations
11 warnings
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
|
Build:
AutoDuty/IPC/IPCSubscriber.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
AutoDuty/IPC/IPCSubscriber.cs#L357
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
AutoDuty/IPC/IPCSubscriber.cs#L424
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
AutoDuty/AutoDuty.cs#L200
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/AutoDuty.cs#L200
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#L200
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#L200
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
AutoDuty/AutoDuty.cs#L200
Non-nullable field 'OverrideCamera' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
AutoDuty/AutoDuty.cs#L200
Non-nullable property 'MainWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|