|
1 | 1 | # Open Source Components for Xamarin |
2 | 2 |
|
3 | 3 | [](https://github.com/xamarin/XamarinComponents/blob/master/LICENSE) |
4 | | -[](https://github.com/xamarin/XamarinComponents/issues) |
5 | | -[](https://github.com/xamarin/XamarinComponents/graphs/contributors) |
6 | 4 |
|
7 | 5 | Open Source Components for Xamarin are a collection of open source components (including bindings and plugins) created by Xamarin and others in the community. |
8 | 6 |
|
9 | | - - [Building](#building) |
10 | | - - [Prerequisites](#prerequisites) |
11 | | - - [Compiling](#compiling) |
12 | | - - [Working in Visual Studio](#working-in-visual-studio) |
13 | | - - [Xamarin Supported Open Source Components](#xamarin-supported-open-source-components) |
14 | | - - [Xamarin.Essentials](#xamarinessentials) |
15 | | - - [Community Provided Open Source Plugins](#community-provided-open-source-plugins) |
16 | | - - [Popular Plugins](#popular-plugins) |
17 | | - - [Data Caching & Databases](#data-caching--databases) |
18 | | - - [Create a Plugin for Xamarin](#create-a-plugin-for-xamarin) |
19 | | - |
20 | 7 | ## Status |
21 | 8 |
|
22 | | -Some of the bindings are obsoleted and commented out in the `manifest.yaml`. The reasons vary from binaries being removed |
23 | | -from JCenter/BinTray/JFrog, to stale code or script API used in cake scripts. |
| 9 | +Please note that this repository of bindings for third-party mobile libraries is considered unsupported and unmaintained. We have moved many of the most popular and essential bindings to other repositories where they will be supported: https://github.com/xamarin/XamarinComponents/pull/1417. |
24 | 10 |
|
25 | | -Obsoleted bindings (might need some love for update): |
| 11 | +Existing bindings published from this repository will continue to be available on NuGet, but will not receive fixes or updates to newer versions. |
26 | 12 |
|
27 | | -* Shopify |
28 | | -* OpenId |
29 | | -* AndroidThings |
30 | | -* AnimatedCircleLoadingView |
| 13 | +For details of bindings officially supported by Microsoft, see the [Support](https://github.com/xamarin/XamarinComponents/blob/main/Support.md) page. |
31 | 14 |
|
32 | 15 | ## Building |
33 | 16 |
|
|
0 commit comments