DifferentialCore add backup function #396
Annotations
11 warnings
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#/TestZIP/UnitTest1.cs#L55
The variable 'ex' is declared but never used
|
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.Core/CustomAwaiter/IAwaitable.cs#L3
The type 'IAwaiter' in 'D:\a\GeneralUpdate\GeneralUpdate\src\c#\GeneralUpdate.Core\CustomAwaiter\IAwaiter.cs' conflicts with the imported type 'IAwaiter' in 'GeneralUpdate.Differential, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\a\GeneralUpdate\GeneralUpdate\src\c#\GeneralUpdate.Core\CustomAwaiter\IAwaiter.cs'.
|