xamarin / AndroidX

AndroidX bindings for .NET for Android
MIT License
173 stars 42 forks source link

Update Metadata.xml #843

Closed mahdisafe closed 4 months ago

mahdisafe commented 4 months ago

Update metadata to remove unnecessary interface implementations in androidx.camera.core.

Support Libraries Version (eg: 23.3.0):

Does this change any of the generated binding API's?

Describe your contribution

moljac commented 4 months ago

@mahdisafe

Thanks for the feedback and PR.

Can you describe what PR should do? Please.

mahdisafe commented 4 months ago

@mahdisafe

Thanks for the feedback and PR.

Can you describe what PR should do? Please.

Hello Moijac, to make changes to the metadata configuration file Remove unnecessary interface implementation for ThreadConfig:

The first directive targets the implementation of the ThreadConfig interface in the androidx.camera.core package. It removes the interface implementation from the specified class within the package. Remove interface implementation for UseCaseConfig.Builder:

The second directive targets the implementation of the UseCaseConfig.Builder interface in the androidx.camera.core package. It removes the interface implementation from the specified class within the package.

jpobst commented 4 months ago

This PR appears to update our metadata to no longer work, so I think we'll pass.