Parse-SDK-dotNET icon indicating copy to clipboard operation
Parse-SDK-dotNET copied to clipboard

Parse SDK for .NET, Xamarin, Unity.

Results 28 Parse-SDK-dotNET issues
Sort by recently updated
recently updated
newest added

Error: Query a relation: Must specify a ParseObject class name when creating a ParseQuery. Unity: We are using 4.6.7 but it also happens on 4.6.8. Parse plugin 1.6.1 for Unity....

type:bug

The SDKs should be compatible with pinned certificates for connecting to the Parse Servers, allowing for faster, safer deployment, particularly in small or internal deployments.

type:feature

This pull request targets the issue of values retrieved from parse-server exceeding the long64 value range mentioned in #339 It handles it by using a fallback to the double type...

I am testing the Parse SDK for .NET it is awesome. I would like to implement a data store similar to the other SDKs so that my application can work...

type:feature

I was taking a look on how to implement Facebook Login with Parse and found out that ParseFacebookUtils is not presented in the project and found no implementation what so...

type:feature

Hello, Using Parse.Netstandard version 2.0.0 Parse server version 4.3.0 When you set a very long negative value Ex: -9223372036854776000 , the .Net SDK version is not able to retrieve the...

type:bug

Hi, I'm trying to extend the ParsePushBroadcastReceiver so I can have some custom data parsed from the notification Intent Extras. According to [this](https://parse.com/docs/android/guide#push-notifications-receiving-pushes), I should be able to extend the...

type:bug

### New Issue Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-dotNET/issues?q=is%3Aissue). -...

type:bug

Improved fix for this PR https://github.com/parse-community/Parse-SDK-dotNET/pull/388