Build Android app #4
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.
|