Skip to content

2.3.5

2.3.5 #24

Triggered via pull request November 20, 2024 10:19
Status Success
Total duration 50s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: onedrive-backup/ConsoleLogger.cs#L21
Cannot convert null literal to non-nullable reference type.
build: onedrive-backup/ConsoleLogger.cs#L21
Cannot convert null literal to non-nullable reference type.
build: onedrive-backup/Contracts/AddonOptions.cs#L10
'AddonOptions' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: onedrive-backup/Graph/GraphHelper.cs#L153
Nullability of reference types in return type of 'Task<List<DriveItem>?> GraphHelper.GetItemsInAppFolderAsync(string subPath = "/")' doesn't match implicitly implemented member 'Task<List<DriveItem>> IGraphHelper.GetItemsInAppFolderAsync(string subPath = "/")'.
build: onedrive-backup/Graph/GraphHelper.cs#L177
Cannot convert null literal to non-nullable reference type.
build: onedrive-backup/Graph/IGraphHelper.cs#L25
Cannot convert null literal to non-nullable reference type.
build: onedrive-backup/Contracts/HassAddonInfoResponse.cs#L8
Non-nullable property 'DataProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: onedrive-backup/Contracts/HassAddonInfoResponse.cs#L13
Non-nullable property 'IngressEntry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: onedrive-backup/Contracts/HassAddonInfoResponse.cs#L16
Non-nullable property 'IngressUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.