RoSharp 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RoSharp --version 1.0.0                
NuGet\Install-Package RoSharp -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RoSharp" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RoSharp --version 1.0.0                
#r "nuget: RoSharp, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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                

GitHub Actions Workflow Status GitHub Issues GitHub code size

Discord

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 109 12/17/2024
1.0.0 103 12/7/2024
0.1.0 103 12/6/2024

Initial 1.0 release.