shawnallen85 commented on a change in pull request #44:
URL: 
https://github.com/apache/openwhisk-runtime-dotnet/pull/44#discussion_r551030542



##########
File path: core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Init.cs
##########
@@ -120,6 +121,17 @@ public async Task<Run> HandleRequest(HttpContext 
httpContext)
 
                 try
                 {
+                    // Export init arguments as environment variables
+                    if (message["env"] != null && message["env"].HasValues)

Review comment:
       I figured that was the case but I wanted to make sure. I think it would 
be fine to keep .NET 2.2 as-is and move forward with making the change only in 
the 3.1 version of the code.




----------------------------------------------------------------
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