ReportingCloud .NET Framework SDK (C#)
The ReportingCloud .NET SDK makes it easy to interact with ReportingCloud from any .NET application. The most recent version of the wrapper can be found on NuGet.
.NET Framework Support
The ReportingCloud .NET SDK NuGet package is a multi-target package and includes files for classic .NET, .NET Core and .NET Standard. The multi-target package is adding the appropriate files automatically to the project that uses ReportingCloud and also loads the required references such as JSON.NET for the specific target. ReportingCloud can be used in all .NET platforms and can be run on any operating system such as Windows, Linux and MacOS.
This SDK supports .NET Framework 4.5, .NET Core 1.1 and .NET Standard 1.3.
Installation
From within Visual Studio, you can use the NuGet GUI to search for ReportingCloud NuGet package. Or you can use the following command in the Package Manager Console:
PM> Install-Package TXTextControl.ReportingCloud
Full SDK Reference
Each ReportingCloud SDK is maintained seperately and hosted on GitHub. The library docs can be found here:
ReportingCloud .NET Wrapper API Documentation
Open Source Project
The official ReportingCloud .NET SDK is open source and hosted on GitHub. Feel free to fork and contribute! You can find the repository here:
TXTextControl.ReportingCloud.DotNet
Getting Support
Please refer to the Getting Support section in the introduction part of the documentation.