RoSharp 1.0.0
See the version list below for details.
dotnet add package RoSharp --version 1.0.0
NuGet\Install-Package RoSharp -Version 1.0.0
<PackageReference Include="RoSharp" Version="1.0.0" />
paket add RoSharp --version 1.0.0
#r "nuget: RoSharp, 1.0.0"
// Install RoSharp as a Cake Addin #addin nuget:?package=RoSharp&version=1.0.0 // Install RoSharp as a Cake Tool #tool nuget:?package=RoSharp&version=1.0.0
RoSharp
RoSharp is a C#/.NET utility package designed as a wrapper for Roblox's Web API system. The framework is built on .NET 8.0, and requires version 13.0.3 or greater of Newtonsoft.Json (which will be installed alongside the framework if installed with NuGet).
See wiki for all extensive documentation. This wiki is work in progress! Every public member within the framework is documented via C#'s XML documentation, so users of Visual Studio and Visual Studio Code (and likely other IDEs) should be covered!
Join our Discord if you have questions!
Installation
RoSharp can be installed directly from NuGet through your IDE's package manager or with the following command in the command-line.
Install-Package RoSharp -Version <version>
RoSharp can also be installed by downloading the DLL under the "Releases" and adding it to your project manually.
Credits
Robloxdotnet by Loravis -- Original inspiration for RoSharp, various inspirations taken from this project.
Donations
RoSharp doesn't cost anything but donations are greatly appreciated! Click here to donate.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial 1.0 release.