Updates that fixed serialization problems #6
Annotations
10 warnings
Build:
src/Kibana.Alerts/Repositories/ElasticAlertRepository.cs#L36
Possible null reference return.
|
Build:
src/Kibana.Alerts/Repositories/ElasticAlertRepository.cs#L38
Possible null reference return.
|
Build:
src/Kibana.Alerts/Repositories/ElasticAlertRepository.cs#L40
Nullability of reference types in value of type 'Task<object?>' doesn't match target type 'Task<object>'.
|
Build:
src/Kibana.Alerts/Repositories/ElasticAlertRepository.cs#L42
Nullability of reference types in value of type 'Task<T?>' doesn't match target type 'Task<T>'.
|
Build:
src/Kibana.Alerts/Connectors/SmtpConnector.cs#L32
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
Build:
src/Kibana.Alerts/Connectors/SmtpConnector.cs#L51
Possible null reference argument for parameter 'address' in 'MailAddress.MailAddress(string address)'.
|
Build:
src/Kibana.Alerts/Connectors/MsTeamsConnector.cs#L8
Non-nullable property 'MessageCardJson' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Kibana.Alerts/Connectors/MsTeamsConnector.cs#L9
Non-nullable property 'WebHookUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Kibana.Alerts/Connectors/SmtpConnector.cs#L8
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Kibana.Alerts/Connectors/SmtpConnector.cs#L9
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading