Skip to content

Feat/reference refresh #37

Feat/reference refresh

Feat/reference refresh #37

Triggered via pull request January 16, 2024 23:02
Status Failure
Total duration 1m 50s
Artifacts

buildAndPublishPackage.yml

on: pull_request
build  /  ...  /  build
build / build / build
buildBeta  /  ...  /  build
buildBeta / build / build
deploy  /  Publish
deploy / Publish
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
buildPr / build / build: src/bielu.cdn.ui/src/Services/service-container.ts#L1
Already included file name '/home/runner/work/bielu.Umbraco.Cdn/bielu.Umbraco.Cdn/src/bielu.cdn.ui/src/Services/umbraco/generated/api.generated.clients.ts' differs from file name '/home/runner/work/bielu.Umbraco.Cdn/bielu.Umbraco.Cdn/src/bielu.cdn.ui/src/services/umbraco/generated/api.generated.clients.ts' only in casing.
buildPr / build / build
Process completed with exit code 1.
buildPr / 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.
buildPr / build / build: src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L44
Cannot convert null literal to non-nullable reference type.
buildPr / build / build: src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L44
Cannot convert null literal to non-nullable reference type.
buildPr / build / build: src/bielu.Umbraco.Cdn.Core/Extensions/StatusExtensions.cs#L24
Dereference of a possibly null reference.
buildPr / 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)'.
buildPr / build / build: src/bielu.Umbraco.Cdn.Core/Services/CdnAuditService.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
buildPr / build / build: src/bielu.Umbraco.Cdn.Core/NotitificationHandlers/Tree/TreeRenderingNotification.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.