This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
feat: create abstract job manager and local job manager #213
Annotations
10 warnings
Tests:
EasyLib/Events/ProcessStartEvent.cs#L43
Possible null reference argument for parameter 'processName' in 'void ProcessStartEvent._checkProcesses(string processName)'.
|
Tests:
EasyLib/Events/ProcessStartEvent.cs#L20
Non-nullable field '_cancellationTokenSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Tests:
EasyLib/Events/ProcessStartEvent.cs#L98
Cannot convert null literal to non-nullable reference type.
|
Tests:
EasyLib/Events/ProcessStartEvent.cs#L98
Cannot convert null literal to non-nullable reference type.
|
Tests:
EasyLib/Events/ProcessStartEvent.cs#L102
Cannot convert null literal to non-nullable reference type.
|
Tests:
EasyLib/Events/ProcessStartEvent.cs#L102
Cannot convert null literal to non-nullable reference type.
|
Tests:
EasyLib/Files/References/ConfigManagerReference.cs#L92
Possible null reference assignment.
|
Tests:
EasyLib/Events/ProcessStartEvent.cs#L43
Possible null reference argument for parameter 'processName' in 'void ProcessStartEvent._checkProcesses(string processName)'.
|
Tests:
EasyLib/Events/ProcessStartEvent.cs#L20
Non-nullable field '_cancellationTokenSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Tests:
EasyLib/Events/ProcessStartEvent.cs#L98
Cannot convert null literal to non-nullable reference type.
|