ptupitsyn commented on code in PR #7277: URL: https://github.com/apache/ignite-3/pull/7277#discussion_r2640024252
########## modules/platforms/dotnet/README.md: ########## @@ -60,6 +60,31 @@ IJobExecution<int> jobExecution = await client.Compute.SubmitAsync( int wordCount = await jobExecution.GetResultAsync(); ``` +## DI Integration + +Use `IgniteServicesCollectionExtensions.AddIgniteClientGroup` to register Ignite client in the dependency injection container: Review Comment: Yes I fixed it :+1: > He Don't anthropomorphize this thing :) -- 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]
