Merge pull request #13 from GeneralLibrary/dev #429
Annotations
9 errors and 10 warnings
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Process completed with exit code 1.
|
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#L55
Possible null reference argument for parameter 'action' in 'void FileUtil.DirectoryCopy(string sourceDirName, string destDirName, bool copySubDirs, bool isOverWrite, Action<string> action)'.
|
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
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|