Skip to content

Update README.md

Update README.md #2

Triggered via push December 3, 2024 04:04
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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: FluentEmail.Example.Models/AttachmentModel.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: FluentEmail.Example.Models/AttachmentModel.cs#L6
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: FluentEmail.Example.Models/AttachmentModel.cs#L7
Non-nullable property 'Base64Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: FluentEmail.Example.Models/BaseEmailModel.cs#L5
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: FluentEmail.Example.Models/BaseEmailModel.cs#L6
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: FluentEmail.Example.Models/BaseEmailModel.cs#L7
Non-nullable property 'CC' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: FluentEmail.Example.Models/BaseEmailModel.cs#L8
Non-nullable property 'BCC' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: FluentEmail.Example.Models/BaseEmailModel.cs#L10
Non-nullable property 'Attachments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: FluentEmail.Example.Models/MultipleEmailRequestModel.cs#L5
Non-nullable property 'ToEmails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: FluentEmail.Example.Models/EmailRequestModel.cs#L5
Non-nullable property 'ToEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.