Develop to main for v7.0.1 #20
Merged
Annotations
10 warnings
|
Build:
src/Devlord.Utilities.Mail/Botmail.cs#L21
Non-nullable property 'Addressees' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Devlord.Utilities.Mail/Mailbot.cs#L39
Non-nullable property 'SmtpPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Devlord.Utilities.Mail/Mailbot.cs#L39
Non-nullable property 'SmtpLogin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Devlord.Utilities.Mail/Mailbot.cs#L39
Non-nullable property 'SmtpServer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Devlord.Utilities.Mail/Botmail.cs#L30
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Devlord.Utilities.Mail/Botmail.cs#L28
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Devlord.Utilities.Mail/Botmail.cs#L26
Non-nullable property 'Addresser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Devlord.Utilities.Mail/Botmail.cs#L21
Non-nullable property 'Addressees' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Devlord.Utilities.MapsApi/DistanceElement.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Devlord.Utilities.MapsApi/DistanceElement.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading