Skip to content
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

Prevent Xamarin Exception on Initialization #359

Closed
wants to merge 1 commit into from
Closed

Prevent Xamarin Exception on Initialization #359

wants to merge 1 commit into from

Conversation

sschaub
Copy link

@sschaub sschaub commented Aug 6, 2021

This patch prevents an exception in Xamarin on ParseClient initialization. It provides a proposed fix for #358.

@codecov
Copy link

codecov bot commented Aug 6, 2021

Codecov Report

Merging #359 (a9795bf) into master (f68bde1) will increase coverage by 52.90%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #359       +/-   ##
===========================================
+ 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/Infrastructure/HostManifestData.cs 28.57% <0.00%> (ø)
Parse/Platform/Push/ParsePushChannelsController.cs 0.00% <0.00%> (ø)
...rse/Infrastructure/Control/ParseDeleteOperation.cs 83.33% <0.00%> (ø)
Parse/Infrastructure/Data/NoObjectsEncoder.cs 100.00% <0.00%> (ø)
Parse/Infrastructure/Data/ParseObjectCoder.cs 80.85% <0.00%> (ø)
...arse/Infrastructure/Utilities/XamarinAttributes.cs 0.00% <0.00%> (ø)
...rastructure/Utilities/FlexibleDictionaryWrapper.cs 37.14% <0.00%> (ø)
...rm/Installations/ParseInstallationDataFinalizer.cs 0.00% <0.00%> (ø)
Parse/Platform/Users/ParseCurrentUserController.cs 98.50% <0.00%> (ø)
Parse/Utilities/ParseUserExtensions.cs 0.00% <0.00%> (ø)
... and 96 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...a9795bf. Read the comment docs.

This pull request was closed.
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.

1 participant