Hi, when the .net functions support will be available? Thanks
No official news on the .NET SDK as of yet. Best to wait, and use the REST API for now π
or maybe help them make oneπ
Thanks
dotnet is a supported runtime...https://appwrite.io/docs/functions#supportedRuntimes
The Appwrite dotnet server SDK is coming soon, though
Thanks
[SOLEVED] .NET Support for Appwrite
Hi stevan, do you know what are the timeliness for the release of the .net server sdk? What about the .net client sdk?
Thank you
[SOLVED] .NET Support for Appwrite
Probably 1.4. no idea about client sdk
We do have a pre-release coming soon though. keep an eye on https://www.nuget.org/packages/Appwrite#versions-body-tab
Thank you Steven..
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...