Remora.Rest.Core 2.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Remora.Rest.Core --version 2.0.1
NuGet\Install-Package Remora.Rest.Core -Version 2.0.1
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="Remora.Rest.Core" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Remora.Rest.Core --version 2.0.1
#r "nuget: Remora.Rest.Core, 2.0.1"
#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 Remora.Rest.Core as a Cake Addin
#addin nuget:?package=Remora.Rest.Core&version=2.0.1

// Install Remora.Rest.Core as a Cake Tool
#tool nuget:?package=Remora.Rest.Core&version=2.0.1

Reusable tooling for interacting with JSON-driven REST APIs.
       

           This package contains core types for working with REST-oriented data models, such as logically optional
           fields and snowflake identifiers.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Remora.Rest.Core:

Package Downloads
Remora.Discord.API.Abstractions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Interface definitions of Discord's API

Remora.Rest The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Core functionality of basic REST-focused API tooling, allowing you to easily build new wrappers around your favourite services.

VTP.RemoraHelpSystem

Provides a simple, modular help system for Remora.Discord.

VTP.Remora.Views

A (currently POC) library to implement views (e.g. MVC) into the Remora.Discord library.

VTP.Remora.Discord.Builders

Adds builders to make Remora.Discord slightly easier to use.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Remora.Rest.Core:

Repository Stars
Remora/Remora.Discord
A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
Version Downloads Last updated
2.2.1 13,446 11/20/2023
2.2.0 82,738 2/26/2023
2.1.0 9,761 12/28/2022
2.0.5 6,703 11/20/2022
2.0.4 31,349 8/19/2022
2.0.3 607 8/3/2022
2.0.2 84,416 4/19/2022
2.0.1 24,229 2/20/2022
2.0.0 74,201 11/26/2021
1.0.0 3,787 11/14/2021

Switch a couple of fields over to being computed instead of stored.
           Add epoch overload to Snowflake#TryParse.