Hi,
I'm looking at this sample code to create a function using .net: https://github.com/appwrite/templates/tree/main/dotnet/starter
However, RuntimeOutput & RuntimeContext is not defined and I cannot compile the sample code. Any ideas?
TL;DR
Developers are trying to use a sample code in .NET for Appwrite functions, but RuntimeOutput & RuntimeContext are not defined, making compilation impossible.