fix action failed #4
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
src/CleanAspire.Domain/Entities/AuditTrail.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.Api/Identity/EmailSender.cs#L56
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.Api/Identity/EmailSender.cs#L58
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.Api/Identity/EmailSender.cs#L59
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.Api/Identity/EmailSender.cs#L62
Non-nullable property 'PreferredEncoding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.Api/Identity/EmailSender.cs#L64
Non-nullable property 'MailPickupDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.Api/Identity/EmailSender.cs#L65
Non-nullable property 'SocketOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.Api/Identity/EmailSender.cs#L66
Non-nullable property 'DefaultFromEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.Api/Identity/EmailSender.cs#L17
Possible null reference assignment.
|
build:
src/CleanAspire.Api/Identity/EmailSender.cs#L15
Non-nullable field '_smtpOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|