Skip to content

Merge pull request #17 from GeneralLibrary/dev #449

Merge pull request #17 from GeneralLibrary/dev

Merge pull request #17 from GeneralLibrary/dev #449

Triggered via push November 25, 2023 14:00
Status Failure
Total duration 6m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: src/c#/GeneralUpdate.Client/MainPage.xaml.cs#L76
'GeneralClientBootstrap' does not contain a definition for 'SetCustomOption' and no accessible extension method 'SetCustomOption' accepting a first argument of type 'GeneralClientBootstrap' could be found (are you missing a using directive or an assembly reference?)
build: src/c#/GeneralUpdate.Client/MainPage.xaml.cs#L76
'GeneralClientBootstrap' does not contain a definition for 'SetCustomOption' and no accessible extension method 'SetCustomOption' accepting a first argument of type 'GeneralClientBootstrap' could be found (are you missing a using directive or an assembly reference?)
build: src/c#/GeneralUpdate.Client/MainPage.xaml.cs#L76
'GeneralClientBootstrap' does not contain a definition for 'SetCustomOption' and no accessible extension method 'SetCustomOption' accepting a first argument of type 'GeneralClientBootstrap' could be found (are you missing a using directive or an assembly reference?)
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: src/c#/GeneralUpdate.Client/MainPage.xaml.cs#L76
'GeneralClientBootstrap' does not contain a definition for 'SetCustomOption' and no accessible extension method 'SetCustomOption' accepting a first argument of type 'GeneralClientBootstrap' could be found (are you missing a using directive or an assembly reference?)
build: src/c#/GeneralUpdate.Client/MainPage.xaml.cs#L76
'GeneralClientBootstrap' does not contain a definition for 'SetCustomOption' and no accessible extension method 'SetCustomOption' accepting a first argument of type 'GeneralClientBootstrap' could be found (are you missing a using directive or an assembly reference?)
build: src/c#/GeneralUpdate.Client/MainPage.xaml.cs#L76
'GeneralClientBootstrap' does not contain a definition for 'SetCustomOption' and no accessible extension method 'SetCustomOption' accepting a first argument of type 'GeneralClientBootstrap' could be found (are you missing a using directive or an assembly reference?)
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#/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: 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.Api/Program.cs#L41
Converting null literal or possible null value to non-nullable type.