You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/12/29 14:04:49 UTC

[GitHub] [ignite] ptupitsyn commented on a change in pull request #8626: IGNITE-13931 .NET: Added tests for overload service methods

ptupitsyn commented on a change in pull request #8626:
URL: https://github.com/apache/ignite/pull/8626#discussion_r549715490



##########
File path: modules/platforms/dotnet/Apache.Ignite.Core.Tests/Services/ServicesTest.cs
##########
@@ -1328,6 +1341,15 @@ public interface ITestIgniteService : IService, ITestIgniteServiceBase
 
             /** */
             object ErrMethod(object arg);
+
+            /** */
+            int testOverload(int count, Employee[] emps);

Review comment:
       Please follow .NET naming conventions - public member names should start with a capital letter.




----------------------------------------------------------------
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:
users@infra.apache.org