Skip to content

Build Android app

Build Android app #4

Manually triggered December 2, 2023 15:58
Status Failure
Total duration 7m 9s
Artifacts

android.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: RacingCarsController.Common/AESHelper.cs#L9
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build: RacingCarsController.Common/AESHelper.cs#L9
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build: RacingCarsController.Common/AESHelper.cs#L23
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build: RacingCarsController.Common/AESHelper.cs#L23
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build: RacingCarsController.Common/UnknownBLEDevice.cs#L5
The event 'UnknownBLEDevice.CharacteristicChanged' is never used
build: RacingCarsControllerAndroid/AndroidBLEDevice.cs#L15
Nullability of reference types in type of 'event EventHandler<byte[]> AndroidBLEDevice.CharacteristicChanged' doesn't match implicitly implemented member 'event EventHandler<byte[]>? IBLEDevice.CharacteristicChanged'.
build: RacingCarsControllerAndroid/AndroidBLEDevice.cs#L17
Non-nullable event 'CharacteristicChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: RacingCarsControllerAndroid/DeviceItemAdapter.cs#L11
Non-nullable event 'ItemClick' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: RacingCarsControllerAndroid/DeviceItemAdapter.cs#L16
Non-nullable event 'ItemClick' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: RacingCarsControllerAndroid/DeviceItemAdapter.cs#L29
Dereference of a possibly null reference.