mattwelke commented on a change in pull request #50:
URL: 
https://github.com/apache/openwhisk-runtime-dotnet/pull/50#discussion_r616847570



##########
File path: core/dotnet2.2/QUICKSTART.md
##########
@@ -19,12 +19,20 @@
 
 # Quick .NET Core 2.2 Action
 
-A .NET Core action is a .NET Core class library with a method called `Main` 
that has the exact signature as follows:
+A .NET Core action is a .NET Core class library with a method called `Main` or 
`MainAsync` that has the exact signature as follows:

Review comment:
       Because the user has the option to define the function name any way they 
like, I think the quickstarts should be about getting started as quick as 
possible with as few decisions to make as possible. Someone new to OpenWhisk is 
likely to be more interested in getting up and running easily than tweaking a 
function. They wouldn't even have a function yet.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to