Chore/upgrade hangfire lib #5
Merged
Annotations
11 warnings
|
Pack the project
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L75
Cannot convert null literal to non-nullable reference type.
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L66
Cannot convert null literal to non-nullable reference type.
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L54
Cannot convert null literal to non-nullable reference type.
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L48
Cannot convert null literal to non-nullable reference type.
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L41
Cannot convert null literal to non-nullable reference type.
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L35
Cannot convert null literal to non-nullable reference type.
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L54
Nullability of reference types in type of parameter 'attachments' of 'Task MailkitEmailSender.SendHtmlEmailAsync(IEnumerable<string> toAddress, string subject, string body, IEnumerable<IEmailAttachment> attachments = null)' doesn't match implicitly implemented member 'Task IEmailSender.SendHtmlEmailAsync(IEnumerable<string> toAddress, string subject, string body, IEnumerable<IEmailAttachment>? attachments = null)' (possibly because of nullability attributes).
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L48
Nullability of reference types in type of parameter 'attachments' of 'Task MailkitEmailSender.SendHtmlEmailAsync(string toAddress, string subject, string body, IEnumerable<IEmailAttachment> attachments = null)' doesn't match implicitly implemented member 'Task IEmailSender.SendHtmlEmailAsync(string toAddress, string subject, string body, IEnumerable<IEmailAttachment>? attachments = null)' (possibly because of nullability attributes).
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L41
Nullability of reference types in type of parameter 'attachments' of 'Task MailkitEmailSender.SendTextEmailAsync(IEnumerable<string> toAddress, string subject, string body, IEnumerable<IEmailAttachment> attachments = null)' doesn't match implicitly implemented member 'Task IEmailSender.SendTextEmailAsync(IEnumerable<string> toAddress, string subject, string body, IEnumerable<IEmailAttachment>? attachments = null)' (possibly because of nullability attributes).
|
|
Build the project:
src/Madev.Utils.Infrastructure.Services.Mailing.Mailkit/MailkitEmailSender.cs#L35
Nullability of reference types in type of parameter 'attachments' of 'Task MailkitEmailSender.SendTextEmailAsync(string toAddress, string subject, string body, IEnumerable<IEmailAttachment> attachments = null)' doesn't match implicitly implemented member 'Task IEmailSender.SendTextEmailAsync(string toAddress, string subject, string body, IEnumerable<IEmailAttachment>? attachments = null)' (possibly because of nullability attributes).
|
Loading