Prerequisites for C#

You need the following tools to use the C# samples.

  • .NET Framework or .NET Core: .NET Framework version 4.7.2 or .NET Core 3.1 were used for sample development.
  • IDE: For building the C# client, we recommend Visual Studio 2017 or higher. The code generated by the Swagger Editor comes set up for .NET 4.5, so it is quite possible that VisualStudio 2012 or 2015 may also work. You will also want to update several of the NuGet packages that the C# client code is generated with, so make sure this is supported in your network environment.