CI #56
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Dotnet Pack:
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.
|
Dotnet Pack:
src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L59
Cannot convert null literal to non-nullable reference type.
|
Dotnet Pack:
src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L59
Cannot convert null literal to non-nullable reference type.
|
Dotnet Pack:
src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L83
Cannot convert null literal to non-nullable reference type.
|
Dotnet Pack:
src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L84
Cannot convert null literal to non-nullable reference type.
|
Dotnet Pack:
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)'.
|
Dotnet Pack:
src/bielu.Umbraco.Cdn.Core/Services/UmbracoUrlDeliveryService.cs#L65
Dereference of a possibly null reference.
|
Dotnet Pack:
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)'.
|
Dotnet Pack:
src/bielu.Umbraco.Cdn.Core/Extensions/StatusExtensions.cs#L15
Dereference of a possibly null reference.
|
Dotnet Pack:
src/bielu.Umbraco.Cdn.Core/Extensions/StatusExtensions.cs#L24
Possible null reference argument for parameter 'collection' in 'void List<Errors?>.AddRange(IEnumerable<Errors?> collection)'.
|
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.
|
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)'.
|
Build:
src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L59
Cannot convert null literal to non-nullable reference type.
|
Build:
src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L59
Cannot convert null literal to non-nullable reference type.
|
Build:
src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L83
Cannot convert null literal to non-nullable reference type.
|
Build:
src/bielu.Umbraco.Cdn.Core/Controllers/BieluCdnManagmentController.cs#L84
Cannot convert null literal to non-nullable reference type.
|
Build:
src/bielu.Umbraco.Cdn.Core/Services/UmbracoUrlDeliveryService.cs#L65
Dereference of a possibly null reference.
|
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)'.
|
Build:
src/bielu.Umbraco.Cdn.Core/Extensions/StatusExtensions.cs#L15
Dereference of a possibly null reference.
|
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)'.
|
Loading