sdk-for-dotnet icon indicating copy to clipboard operation
sdk-for-dotnet copied to clipboard

[READ-ONLY] Official Appwrite .NET SDK

Results 13 sdk-for-dotnet issues
Sort by recently updated
recently updated
newest added

### 👟 Reproduction steps this method: https://github.com/appwrite/sdk-for-dotnet/blob/5c204437cd1a8b704b0e4aff2534ae3445cb3935/src/Appwrite/Models/User.cs#L102-L120 the issue is that when you do this on the server from the JWT token: ```c# var client = new Client() .SetEndpoint("https://cloud.appwrite.io/v1") //...

bug

# What does this PR do? Fix `User` Model to handle `null` values for `password`, `hash` and `hashOptions`. # Test Plan When using a JWT to authenticate and use `Account.Get()`...

### 👟 Reproduction steps Sorry guys but it's been months with this issue. Please just do a simple test of trying to create a new account from a Gmail login....

bug

### 💭 Description I have already used Appwrite in React SPA CRM system for realtor agency. Now we are planning to build our own apartment marketplace. We expecting to get...

documentation

### 👟 Reproduction steps Databases.UpdateStringAttribute and others such as email, ip, url etc - the `xdefault` parameter could be null but the parameter it expects is non nullable. Also, for...

bug

### 🔖 Feature description The following link has the naming conventions for async/await methods in c#/.Net from Microsoft and the method names in the Appwrite .Net SDk should follow the...

### 🔖 Feature description Rewrite the library with System.Text.Json instead of using Newtonsoft.Json. ### 🎤 Pitch Newtonsoft.Json is obsolete, and System.Text.Json is faster and is still supported for newer .NET...

Hi, just curious, is it still in beta or release version? thks.

I saw that this repo consists of a .NET solution in version `netstandard2.0;net461`. I was wondering if we can write the solution in latest version of .NET provided that the...