Skip to content
Manually triggered April 2, 2024 09:05
Status Failure
Total duration 1m 47s
Artifacts

buildAndPublishPackage.yml

on: workflow_dispatch
buildBeta  /  ...  /  build
1m 37s
buildBeta / build / build
build  /  ...  /  build
build / build / build
buildPr  /  ...  /  build
buildPr / build / build
deploy  /  Publish
deploy / Publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
buildBeta / build / build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
buildBeta / build / build: src/bielu.Umbraco.Cdn.Abstraction/Models/Provider.cs#L11
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
buildBeta / build / build: src/bielu.Umbraco.Cdn.Core/Services/CdnAuditService.cs#L94
Nullability of reference types in return type of 'Task<AuditRecord> CdnAuditService.GetLastRecord(int id)' doesn't match implicitly implemented member 'Task<AuditRecord?> ICdnAuditService.GetLastRecord(int id)'.
buildBeta / build / build: src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L59
Cannot convert null literal to non-nullable reference type.
buildBeta / build / build: src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L59
Cannot convert null literal to non-nullable reference type.
buildBeta / build / build: src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L83
Cannot convert null literal to non-nullable reference type.
buildBeta / build / build: src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L84
Cannot convert null literal to non-nullable reference type.
buildBeta / build / build: src/bielu.Umbraco.Cdn.Core/Extensions/StatusExtensions.cs#L15
Possible null reference argument for parameter 'source' in 'IEnumerable<Status?> Enumerable.Where<Status?>(IEnumerable<Status?> source, Func<Status?, bool> predicate)'.
buildBeta / build / build: src/bielu.Umbraco.Cdn.Core/Extensions/StatusExtensions.cs#L15
Dereference of a possibly null reference.
buildBeta / build / build: src/bielu.Umbraco.Cdn.Core/Extensions/StatusExtensions.cs#L24
Possible null reference argument for parameter 'collection' in 'void List<Errors?>.AddRange(IEnumerable<Errors?> collection)'.