Skip to content

Add Windows-specific properties that certificate to HuaweiHMSInstalle… #55

Add Windows-specific properties that certificate to HuaweiHMSInstalle…

Add Windows-specific properties that certificate to HuaweiHMSInstalle… #55

Triggered via push February 26, 2024 20:30
Status Failure
Total duration 7m 20s
Artifacts

ci-build.yml

on: push
Windows Build
7m 6s
Windows Build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 21 warnings
Windows Build
A certificate with thumbprint 'AB0A0789B55CBEBCFB51FF26DECBDB0DF3D91BFC' that is specified in the project cannot be found in the certificate store. Please specify a valid thumbprint in the project file.
Windows Build
The certificate specified is not valid for signing. For more information about valid certificates, see http://go.microsoft.com/fwlink/?LinkID=241478.
Windows Build
Process completed with exit code 1.
Windows Build: src/App.xaml.cs#L25
Nullability of type of parameter 'activationState' doesn't match overridden member (possibly because of nullability attributes).
Windows Build: src/Helper/HttpClientExtensions.cs#L11
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Helper/HttpClientExtensions.cs#L47
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Helper/NetworkUtils.cs#L42
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Services/AdbOperationService.cs#L83
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Services/AdbOperationService.cs#L111
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Services/IAdbOperationService.cs#L14
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Services/IAdbOperationService.cs#L16
Cannot convert null literal to non-nullable reference type.
Windows Build: src/App.xaml.cs#L14
Dereference of a possibly null reference.
Windows Build: src/App.xaml.cs#L8
Dereference of a possibly null reference.
Windows Build: src/App.xaml.cs#L25
Nullability of type of parameter 'activationState' doesn't match overridden member (possibly because of nullability attributes).
Windows Build: src/Helper/HttpClientExtensions.cs#L11
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Helper/HttpClientExtensions.cs#L47
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Helper/NetworkUtils.cs#L42
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Services/AdbOperationService.cs#L83
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Services/AdbOperationService.cs#L111
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Services/IAdbOperationService.cs#L14
Cannot convert null literal to non-nullable reference type.
Windows Build: src/Services/IAdbOperationService.cs#L16
Cannot convert null literal to non-nullable reference type.
Windows Build: src/ViewModels/MainViewModel.cs#L17
Non-nullable property 'SearchListItem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Windows Build: src/ViewModels/MainViewModel.cs#L17
Non-nullable property 'AfterEventInternetAndHuaweiServiceCheck' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Windows Build
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.6" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.