parse-community / Parse-SDK-dotNET

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

fix: Cannot access objects without user login #368

Closed Werkezeugs closed 3 months ago

Werkezeugs commented 3 months ago

Hotfix missing null check for user object in .OnSuccess() method.

This hotfix allows to make GET request without a ParseUser, more details in this Issue

mtrezza commented 3 months ago

@Werkezeugs Thanks for the PR, I've fixed the CI in this repo with https://github.com/parse-community/Parse-SDK-dotNET/pull/370, so we can run the tests properly before merging PRs. Could you please add a test or the bug that your PR fixes? You could close an existing test to start with and modify.

parse-github-assistant[bot] commented 3 months ago

Thanks for opening this pull request!

parseplatformorg commented 3 months ago

🎉 This change has been released in version 3.0.2

Werkezeugs commented 3 months ago

Another PR is followup for this problem (y)

Currently the app crashes when you try using a ParseQuery with .Include() as a anonym user