Skip to content

Redesign the backup service #400

Redesign the backup service

Redesign the backup service #400

Triggered via push November 9, 2023 15:14
Status Failure
Total duration 17m 56s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: src/c#/GeneralUpdate.Upgrad/Program.cs#L57
'GeneralUpdateBootstrap' does not contain a definition for 'Remote' and no accessible extension method 'Remote' accepting a first argument of type 'GeneralUpdateBootstrap' could be found (are you missing a using directive or an assembly reference?)
build: src/c#/GeneralUpdate.Upgrad/Program.cs#L57
'GeneralUpdateBootstrap' does not contain a definition for 'Remote' and no accessible extension method 'Remote' accepting a first argument of type 'GeneralUpdateBootstrap' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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: src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L162
Nullability of reference types in type of parameter 'f1' of 'bool FileCompare.Equals(FileInfo f1, FileInfo f2)' doesn't match implicitly implemented member 'bool IEqualityComparer<FileInfo>.Equals(FileInfo? x, FileInfo? y)' (possibly because of nullability attributes).
build: src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L162
Nullability of reference types in type of parameter 'f2' of 'bool FileCompare.Equals(FileInfo f1, FileInfo f2)' doesn't match implicitly implemented member 'bool IEqualityComparer<FileInfo>.Equals(FileInfo? x, FileInfo? y)' (possibly because of nullability attributes).
build: src/c#/TestMD5/UnitTest1.cs#L19
The variable 'ex' is declared but never used
build: src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L18
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L126
Possible null reference return.
build: src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L148
Possible null reference return.
build: src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L18
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: src/c#/GeneralUpdate.Core/Utils/FileUtil.cs#L90
The type 'FileCompare' in 'D:\a\GeneralUpdate\GeneralUpdate\src\c#\GeneralUpdate.Maui.OSS\..\GeneralUpdate.Core\Utils\FileUtil.cs' conflicts with the imported type 'FileCompare' in 'GeneralUpdate.Differential, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\a\GeneralUpdate\GeneralUpdate\src\c#\GeneralUpdate.Maui.OSS\..\GeneralUpdate.Core\Utils\FileUtil.cs'.
build: src/c#/GeneralUpdate.SystemService/services/RestoreService.cs#L27
Dereference of a possibly null reference.
build: src/c#/TestZIP/UnitTest1.cs#L55
The variable 'ex' is declared but never used