✨ Add Xamarin support (Android) to C# Wrapper #195
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Issues for the Hacktoberfest
help wanted
Extra attention is needed
Feature Request
Description
Xamarin support was temporarily removed but should still be supported under the .NET Standard implementations.
This may require some specialized building of the package for these particular runtimes and more complicated setup so that a developer can easily utilize the library.
The suggestion is to implement Conditions to implement some of the previous code originally in the previously made iOS and Android projects. This may require using Build Extras.
-Android Specifics
See
Helpful Links
https://docs.microsoft.com/en-us/nuget/create-packages/multiple-target-frameworks-project-file
https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package-msbuild
https://docs.microsoft.com/en-us/dotnet/standard/frameworks
https://github.com/edsnider/latestversionplugin/blob/master/src/Xam.Plugin.LatestVersion.csproj
https://docs.microsoft.com/en-us/nuget/create-packages/supporting-multiple-target-frameworks
The text was updated successfully, but these errors were encountered: