parse-community / Parse-SDK-dotNET

Parse SDK for .NET, Xamarin, Unity.
http://parseplatform.org
Apache License 2.0
322 stars 260 forks source link

Add Xamarin doc #357

Closed sschaub closed 2 years ago

sschaub commented 3 years ago

The Readme covers the special configuration required for Unity clients. This PR adds a section for Xamarin clients.

Addresses issue #356

codecov[bot] commented 3 years ago

Codecov Report

Merging #357 (94c7f1c) into master (f68bde1) will increase coverage by 52.90%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #357       +/-   ##
===========================================
+ Coverage        0   52.90%   +52.90%     
===========================================
  Files           0      105      +105     
  Lines           0     4699     +4699     
  Branches        0      830      +830     
===========================================
+ Hits            0     2486     +2486     
- Misses          0     2024     +2024     
- Partials        0      189      +189     
Impacted Files Coverage Δ
Parse/Platform/Cloud/ParseCloudCodeController.cs 100.00% <0.00%> (ø)
Parse/Platform/Push/MutablePushState.cs 42.85% <0.00%> (ø)
Parse/Utilities/ParseRelationExtensions.cs 66.66% <0.00%> (ø)
Parse/Platform/ParseClient.cs 35.71% <0.00%> (ø)
...rse/Infrastructure/Control/ParseRemoveOperation.cs 17.64% <0.00%> (ø)
Parse/Infrastructure/CacheController.cs 47.74% <0.00%> (ø)
Parse/Infrastructure/MetadataController.cs 100.00% <0.00%> (ø)
Parse/Infrastructure/Control/ParseSetOperation.cs 80.00% <0.00%> (ø)
Parse/Utilities/PushServiceExtensions.cs 21.05% <0.00%> (ø)
Parse/Infrastructure/MetadataMutator.cs 0.00% <0.00%> (ø)
... and 95 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f68bde1...94c7f1c. Read the comment docs.