appwrite / sdk-generator

Generating SDKs for multiple programming languages and platforms βš™οΈ
https://appwrite.io
MIT License
272 stars 171 forks source link

πŸš€ Feature: .NET Blazor WASM Client SDK #386

Open LokiLokus opened 2 years ago

LokiLokus commented 2 years ago

πŸ”– Feature description

The current Implementation for the .NET SDK works only for using .NET on Serverside. But thanks to the .NET Team, there is now with Blazor WebAssembly also a possible Web Client. I tested the current .NET Server SDK with Blazor and it didn't worked well. The implementation isn't the best and very ...... fat. Also the Template uses NewtonSoft which is very slow (https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to?pivots=dotnet-6-0). So i reworked some parts of the SDK and now it's working with Blazor. My implementation only needs System.Net.Http.Json as Dependency which is much faster. Also is the Package size smaller, This should also work for other Mobile .NET based Enviroments like Xamarin, Uno or MAUI. Currently my implemntation works for my use cases, but if wanted and i find enough time, i'm happy sharing my code with you.

🎀 Pitch

Use Appwrite also on client-Side with .NET.

πŸ‘€ Have you spent some time to check if this issue has been raised before?

🏒 Have you read the Code of Conduct?

lohanidamodar commented 2 years ago

We would love the contribution, let us know how we can help πŸ™πŸ»