[deps]: Update MailKit to 4.16.0 [SECURITY] (#853) #3581
Annotations
10 warnings
|
Publish app
Possible null reference argument for parameter 'host' in 'Task MailService.ConnectAsync(string host, int port, bool useSsl, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Publish app
Possible null reference argument for parameter 'host' in 'Task SmtpClient.ConnectAsync(string host, int port = 0, SecureSocketOptions options = SecureSocketOptions.Auto, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
Publish app
Possible null reference return.
|
|
Publish app
Converting null literal or possible null value to non-nullable type.
|
|
Publish app
Possible null reference return.
|
|
Publish app
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish app
Non-nullable property 'PerformedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish app
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish app
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Publish app
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Loading