gleono commented on code in PR #92:
URL: 
https://github.com/apache/openwhisk-runtime-dotnet/pull/92#discussion_r1796220922


##########
core/net6.0/proxy/Apache.OpenWhisk.Runtime.Common/Run.cs:
##########
@@ -81,24 +82,24 @@ await Console.Error.WriteLineAsync(
                     }
                 }
 
-                object owObject = _constructor.Invoke(new object[] { });
+                object owObject = _constructor.Invoke(Array.Empty<object>());

Review Comment:
   No need to allocate an object to make invoke the constructor.



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to