Annotations
10 warnings
|
src/paradigm-ehb.CommandCenter.Console/Program.cs#L43
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
src/paradigm-ehb.CommandCenter.Core/Models/AgentClient.cs#L31
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#L29
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#L27
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#L25
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#L23
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#L21
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#L19
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