Vasilisa Sidorova created IGNITE-4024: ------------------------------------------
Summary: .Net: .net examples xmldoc need to be improved Key: IGNITE-4024 URL: https://issues.apache.org/jira/browse/IGNITE-4024 Project: Ignite Issue Type: Bug Components: general Affects Versions: 1.8 Reporter: Vasilisa Sidorova The string from examples xmldoc: {noformat} 1) Run %IGNITE_HOME%/platforms/dotnet/bin/Apache.Ignite.exe: /// Apache.Ignite.exe -configFileName=platforms\dotnet\examples\apache.ignite.examples\app.config -assembly=[path_to_Apache.Ignite.ExamplesDll.dll] {noformat} doesn't work as it is. Proposal: change string to: {noformat} 1) Run Apache.Ignite.exe from %IGNITE_HOME%\platforms\dotnet\bin\: /// Apache.Ignite.exe -configFileName=%IGNITE_HOME%\platforms\dotnet\examples\apache.ignite.examples\app.config -assembly=[path_to_Apache.Ignite.ExamplesDll.dll] {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)