Refactor/ordering filtering - #81
Merged
Merged
Annotations
10 warnings
|
src/paradigm-ehb.CommandCenter.Core/Models/AgentClient.cs#L34
Non-nullable property 'DeviceActions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/AgentClient.cs#L32
Non-nullable property 'Resources' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/AgentClient.cs#L30
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/AgentClient.cs#L28
Non-nullable property 'Journal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/AgentClient.cs#L26
Non-nullable property 'Greeter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/AgentClient.cs#L24
Non-nullable property 'Health' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/AgentClient.cs#L22
Non-nullable property 'Channel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/AgentClient.cs#L20
Non-nullable property 'Endpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/HealthStatusChangedEventArgs.cs#L12
Non-nullable property 'AgentClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/ReachabilityChangedEventArgs.cs#L12
Non-nullable property 'AgentEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading