You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
obj\Debug\net6.0-android\aidl\IAdditionService.cs(38,27): warning CS8765: Nullability of type of parameter 'reply' doesn't match overridden member (possibly because of nullability attributes).
obj\Debug\net6.0-android\aidl\IAdditionService.cs(26,12): warning CS8603: Possible null reference return.
obj\Debug\net6.0-android\aidl\IAdditionService.cs(27,14): warning CS8600: Converting null literal or possible null value to non-nullable type.
Related to dotnet/java-interop#1052, we should probably mark these files as "auto-generated". As a side effect, Roslyn will disable NRT warnings in autogenerated files.
This sample: https://github.com/xamarin/monodroid-samples/tree/dotnet/AIDLDemo
Produces build warnings:
Line is:
Lines are:
The text was updated successfully, but these errors were encountered: