xamarin / AndroidSupportComponents

Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
MIT License
146 stars 56 forks source link

Builds failing due to obsoleted classes #235

Closed moljac closed 4 years ago

moljac commented 4 years ago

Support Libraries Version (eg: 23.3.0):

28.0.0.3

Describe your Issue:

error CS0619: 'X' is obsolete: 'Use the 'X1' type. This type will be removed in a future release.'

X in:

Steps to Reproduce (with link to sample solution if possible):

Build lib target.

moljac commented 4 years ago

Type forwarders caused the issue. Removing those

moljac commented 4 years ago

Fixed