Skip to content

Biome and Nuget

Biome and Nuget #121

Triggered via push January 16, 2024 10:37
Status Success
Total duration 1m 14s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Ogma3/Pages/Stories/Index.cshtml.cs#L41
Cannot convert null literal to non-nullable reference type.
build: Ogma3/Services/Mailer/SendGridOptions.cs#L5
Non-nullable property 'SendGridUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ogma3/Services/Mailer/SendGridOptions.cs#L6
Non-nullable property 'SendGridKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ogma3/Services/Mailer/PostmarkOptions.cs#L5
Non-nullable property 'PostmarkKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ogma3/Services/Mailer/PostmarkOptions.cs#L6
Non-nullable property 'PostmarkDomain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ogma3/Services/Mailer/MailGunOptions.cs#L5
Non-nullable property 'MailGunKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ogma3/Services/Mailer/MailGunOptions.cs#L6
Non-nullable property 'MailGunDomain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ogma3/Services/HtmlExtensions.cs#L23
Converting null literal or possible null value to non-nullable type.
build: Ogma3/Services/HtmlExtensions.cs#L23
Dereference of a possibly null reference.
build: Ogma3/Services/FileUploader/FileUploaderResult.cs#L5
Non-nullable property 'FileId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.