Description
Steps to reproduce:
dotnet new console dotnet add package Apache.Ignite nano Program.cs # Add Ignition.Start() line and a namespace import dotnet run
Error:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Works on Windows, does not work on Linux.
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" /> is required to fix the issue.
However, ConfigurationManager is not necessary for code configuration, we should be able to start without it.