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

Changes described [here](https://github.com/parse-community/Parse-SDK-dotNET/releases/tag/2.0.0-develop-1). Original author: @TobiasPott

As implemented in Parse server: https://github.com/parse-community/parse-server/pull/6177 and in the Parse JS client: https://github.com/parse-community/Parse-SDK-JS/pull/1309 It is possible to create ParseObject(s) with a predefined ObjectId. This allows for use cases where Parse...

type:feature

### 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

Added: - `ParseLiveQuery` class - `ParseLiveQueryController` class - `ParseLiveQuerySubscription` class - API `ParseQuery.GetLive()` for creating a `ParseLiveQuery` - `LiveQueryServerConnectionData` as a `ServerConnectionData` field to `ParseClient` to save live query server...

Updated the docs in parts to at least provide the updated ways to get started while the main docs get updated too

### Issue Tests here are mocked, as no Parse Server instance is running to test against it. This is not optimal: - requires more effort to write tests - mocked...

type:ci

## PR Classification: Major architectural improvement, new features, and increased test coverage. ## PR Summary: This is a major stability and quality-of-life release that overhauls the internal architecture of the...