Description
The documentation is currently very vague about how one is actually meant to expose operations. There are chapters about some specific situations on how some relevant attributes work but no big picture text along the lines of "put your functions here, use such conventions to register, use these parameter types".
I am forced to randomly try different permutations and scour the internet for samples right now. So far I have managed to get a basic function to show up in metadata but trying to execute just gives 404s.
A basic "Here is how to declare and implement a basic Customer.FullName() function that concatenates FirstName and LastName" example would be great as a starting point. I am also interested in how to do convention-based registration, as the examples I have seen so far seem to register the functions manually, which seems impractical.