Skip to content

Driver function annotation #419

Driver function annotation

Driver function annotation #419

Triggered via push November 19, 2023 13:07
Status Success
Total duration 15m 37s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#/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 '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
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.
build: src/c#/GeneralUpdate.Api/Program.cs#L41
Converting null literal or possible null value to non-nullable type.