- .NET Core SDK 3.0 (you can check the exact version on
global.json
in the root folder).
On all platforms:
- JetBrains Rider
- VS Code (with C#/Omnisharp extension)
- MonoDevelop
On Windows:
- Visual Studio 2019
On Mac:
- Visual Studio for Mac
All Platforms (command line): dotnet build ExchangeSharp.sln
Windows: Open ExchangeSharp.sln in Visual Studio and build/run \
dotnet publish src/ExchangeSharpConsole -o $PWD/dist -c Release -r <RID>
Change <RID>
to whatever platform you are using. More info here.
You can also publish from Visual Studio (right click project, select publish), which allows easily changing the platform, .NET core version and self-contained binary settings.