edit custom email templates #51
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
EmailCollector.Domain/Notifications/EmailAddedSuccessfullyNotification.cs#L7
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EmailCollector.Payments/Models/UserPlan.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EmailCollector.Payments/Models/UserPlan.cs#L6
Non-nullable property 'PlanId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EmailCollector.Payments/Models/Plan.cs#L5
Non-nullable property 'PlanId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EmailCollector.Domain/Entities/SmtpEmailSettings.cs#L5
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:
EmailCollector.Domain/Entities/SmtpEmailSettings.cs#L7
Non-nullable property 'SmtpUsername' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EmailCollector.Payments/Models/Plan.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EmailCollector.Domain/Entities/SmtpEmailSettings.cs#L8
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:
EmailCollector.Payments/Models/Invoice.cs#L5
Non-nullable property 'InvoiceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EmailCollector.Domain/Entities/SignupForm.cs#L20
Non-nullable property 'FormCorsSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|