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
Java bindings are tagging a method as Obsolete even though the api.xml sets it as not deprecated
Our Java bindings are failing with the following error - Error CS0809 Obsolete member 'MAMIntentService.OnBind(Intent?)' overrides non-obsolete member 'Service.OnBind(Intent?)'
I see the api.xml is correctly tagging the method as not deprecated -
Android application type
.NET Android (net7.0-android, etc.)
Affected platform version
VS 17.8.0 Preview 1.0
Description
Java bindings are tagging a method as
Obsoleteeven though the api.xml sets it asnot deprecatedOur Java bindings are failing with the following error -
Error CS0809 Obsolete member 'MAMIntentService.OnBind(Intent?)' overrides non-obsolete member 'Service.OnBind(Intent?)'I see the api.xml is correctly tagging the method as
not deprecated-The generated
MAMIntentService.csfile is tagging the method asobsolete-This is only happening on .NET 8 and started occurring with the latest release.
Steps to Reproduce
N/A
Did you find any workaround?
No response
Relevant log output
No response