Skip to content

Remove obscure and/or unused packages #1171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025
Merged

Conversation

jonathanpeppers
Copy link
Member

In an effort to make this repo more maintainable...

This removes packages, in which:

  • There are no (or very little) downloads in the last 90 days
  • There are no dependent packages listed on NuGet.org

We are mostly focusing on obscure Xamarin.Firebase packages that no one is using.

Note that any with a .Ktx suffix are Kotlin extensions, which are not particularly useful in a C# project.

Some .Ktx packages are still kept, such as Xamarin.AndroidX.Activity.Ktx, which is a dependency of many other AndroidX packages.

@jonathanpeppers

This comment was marked as outdated.

In an effort to make this repo more maintainable...

This removes packages, in which:
* There are no (or very little) downloads in the last 90 days
* There are no dependent packages listed on NuGet.org

We are mostly focusing on obscure Xamarin.Firebase packages that no one is using.

* https://www.nuget.org/packages/Xamarin.Android.Google.BillingClient.Ktx
* https://www.nuget.org/packages/Xamarin.AndroidX.Lifecycle.ReactiveStreams.Ktx
* https://www.nuget.org/packages/Xamarin.AndroidX.Paging.RxJava2.Ktx
* https://www.nuget.org/packages/Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Ads.Lite
* https://www.nuget.org/packages/Xamarin.Firebase.Analytics.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.AppCheck.Debug
* https://www.nuget.org/packages/Xamarin.Firebase.AppCheck.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.AppCheck.SafetyNet
* https://www.nuget.org/packages/Xamarin.Firebase.Auth.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Config.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Crashlytics.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Database.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Dynamic.Links.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Firestore.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Functions.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.InAppMessaging.Display.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.InAppMessaging.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Installations.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Messaging.DirectBoot
* https://www.nuget.org/packages/Xamarin.Firebase.Messaging.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Perf.Ktx
* https://www.nuget.org/packages/Xamarin.Firebase.Storage.Ktx
* https://www.nuget.org/packages/Xamarin.Google.Android.Play.Asset.Delivery.Ktx
* https://www.nuget.org/packages/Xamarin.Google.Android.Play.Feature.Delivery.Ktx

Note that any with a `.Ktx` suffix are Kotlin extensions, which are
not particularly useful in a C# project.

*Some* `.Ktx` packages are still kept, such as
`Xamarin.AndroidX.Activity.Ktx`, which is a dependency of many other
AndroidX packages.
@jonathanpeppers jonathanpeppers force-pushed the dev/peppers/obscure-packages branch from 503bb1a to 62d30bc Compare June 13, 2025 20:36
@jonathanpeppers jonathanpeppers marked this pull request as ready for review June 17, 2025 19:45
@mattleibow mattleibow merged commit 9eb6af7 into main Jun 17, 2025
2 checks passed
@mattleibow mattleibow deleted the dev/peppers/obscure-packages branch June 17, 2025 20:10
@soenneker
Copy link

soenneker commented Jun 17, 2025

@mattleibow @jonathanpeppers Great move!

I feel like it's also worth delisting the packages in NuGet (or at least marking them as deprecated). Also keep in mind that this doesn't affect consumers who are already using them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants