Remora.Discord.Hosting 5.0.12

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Remora.Discord.Hosting --version 5.0.12                
NuGet\Install-Package Remora.Discord.Hosting -Version 5.0.12                
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.Discord.Hosting" Version="5.0.12" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Remora.Discord.Hosting --version 5.0.12                
#r "nuget: Remora.Discord.Hosting, 5.0.12"                
#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.Discord.Hosting as a Cake Addin
#addin nuget:?package=Remora.Discord.Hosting&version=5.0.12

// Install Remora.Discord.Hosting as a Cake Tool
#tool nuget:?package=Remora.Discord.Hosting&version=5.0.12                

Remora.Discord.Hosting

This package provides an implementation of a hosted service that runs the gateway client in the background.

Structure

The hosted service is quite simple, and merely runs the gateway client. If configured, critical errors in the gateway (which should only happen in the case of a bug in Remora.Discord or your system configuration) may also gracefully terminate the application.

Usage

Usage is relatively standard for applications that use a .NET Generic Host architecture.

private static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultBuilder(args)
    .AddDiscordService
    (
        services =>
        {
            // ...
        }
    )

Optionally, you may configure some behaviour by way of DiscordServiceOptions, where additional options are exposed.

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Remora.Discord.Hosting:

Package Downloads
Remora.Discord

Metapackage for Remora.Discord's various components

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Remora.Discord.Hosting:

Repository Stars
angelobreuer/Lavalink4NET
Lavalink4NET is a Lavalink wrapper with node clustering, caching and custom players for .NET with support for Discord.Net, DSharpPlus, Remora, and NetCord.
Version Downloads Last updated
6.0.10 22,320 5/28/2024
6.0.9 23,580 2/5/2024
6.0.8 14,043 11/14/2023
6.0.7 28,734 7/24/2023
6.0.6 18,145 5/11/2023
6.0.5 1,349 3/20/2023
6.0.4 1,685 1/19/2023
6.0.3 1,107 1/10/2023
6.0.2 1,459 12/28/2022
6.0.1 1,671 12/10/2022
6.0.0 1,489 10/30/2022
5.0.28 16,693 9/2/2022
5.0.27 1,494 8/19/2022
5.0.26 1,551 7/28/2022
5.0.25 1,363 7/26/2022
5.0.24 1,330 7/26/2022
5.0.23 2,367 6/29/2022
5.0.22 1,301 6/27/2022
5.0.21 1,438 6/23/2022
5.0.20 1,579 6/20/2022
5.0.19 1,302 6/19/2022
5.0.18 1,374 6/18/2022
5.0.17 1,417 6/14/2022
5.0.16 1,330 6/8/2022
5.0.15 1,353 6/3/2022
5.0.14 1,366 5/25/2022
5.0.13 1,292 5/23/2022
5.0.12 1,517 5/15/2022
5.0.11 1,423 5/10/2022
5.0.10 1,884 5/3/2022
5.0.9 2,171 4/25/2022
5.0.8 1,758 4/18/2022
5.0.7 1,296 4/18/2022
5.0.6 1,526 4/2/2022
5.0.5 1,354 4/2/2022
5.0.4 1,395 3/21/2022
5.0.3 1,315 3/17/2022
5.0.2 1,347 3/15/2022
5.0.1 2,079 2/20/2022
5.0.0 1,364 2/19/2022
5.0.0-rc1 821 2/14/2022
4.0.11 1,418 2/14/2022
4.0.10 1,479 1/27/2022
4.0.9 2,634 1/11/2022
4.0.8 34,415 1/2/2022
4.0.7 1,546 12/23/2021
4.0.6 997 12/21/2021
4.0.5 1,209 12/16/2021
4.0.4 1,079 12/11/2021
4.0.3 1,098 12/5/2021
4.0.2 2,908 11/26/2021
4.0.1 6,908 11/24/2021
4.0.0 1,995 11/20/2021
3.1.16 1,770 11/9/2021
3.1.15 1,379 11/6/2021
3.1.14 1,461 10/30/2021
3.1.13 1,160 10/28/2021
3.1.12 3,370 10/15/2021
3.1.11 1,690 10/7/2021
3.1.9 1,307 10/3/2021
3.1.8 1,145 10/2/2021
3.1.7 1,078 9/30/2021
3.1.6 1,402 9/26/2021
3.1.5 1,132 9/24/2021
3.1.4 1,196 9/23/2021
3.1.3 1,153 9/16/2021
3.1.2 1,123 9/15/2021
3.1.1 1,232 9/8/2021
3.1.0 2,271 9/4/2021
3.0.47 2,683 8/21/2021
3.0.46 1,116 8/21/2021
3.0.45 1,327 8/18/2021
3.0.44 1,170 8/12/2021
3.0.43 1,148 8/11/2021
3.0.42 1,292 8/11/2021
3.0.41 1,201 8/2/2021
3.0.40 1,294 8/2/2021
3.0.39 1,413 7/31/2021
3.0.38 1,209 7/29/2021
3.0.37 1,140 7/28/2021
3.0.36 997 7/28/2021
3.0.35 1,392 7/22/2021
3.0.34 1,179 7/17/2021
3.0.33 1,124 7/14/2021
3.0.32 1,238 7/12/2021
3.0.31 1,153 7/11/2021
3.0.30 1,166 7/5/2021
3.0.29 1,041 7/3/2021
3.0.28 972 7/1/2021
3.0.27 1,316 6/14/2021
3.0.26 1,271 5/28/2021
3.0.26-beta1 932 5/30/2021
3.0.25 1,214 5/23/2021
3.0.24 1,169 5/20/2021
3.0.23 1,154 5/4/2021
3.0.22 1,155 4/22/2021
3.0.21 1,145 4/15/2021
3.0.20 1,186 4/10/2021
3.0.19 1,106 4/5/2021
3.0.18 1,198 4/4/2021
3.0.17 1,458 3/28/2021
3.0.16 1,530 3/25/2021
3.0.15 1,112 3/25/2021
3.0.14 1,343 3/16/2021
3.0.13 1,209 3/14/2021
3.0.12 1,177 3/13/2021
3.0.11 1,207 3/11/2021
3.0.10 1,285 3/6/2021
3.0.9 1,210 3/1/2021
3.0.8 1,251 3/1/2021 3.0.8 is deprecated because it has critical bugs.
3.0.7 1,169 2/28/2021
3.0.6 1,055 2/23/2021
3.0.5 1,301 2/22/2021
3.0.4 1,168 2/21/2021
3.0.3 1,027 2/16/2021
3.0.2 1,212 2/13/2021
3.0.1 1,210 2/11/2021
3.0.0 1,061 2/10/2021
2.0.7 1,037 2/6/2021
2.0.6 1,077 2/5/2021
2.0.5 1,063 1/29/2021
2.0.4 1,038 1/27/2021
2.0.3 1,111 1/21/2021
2.0.2 1,074 1/17/2021
2.0.1 1,058 1/10/2021
2.0.0 1,018 1/10/2021
1.1.2 1,144 1/9/2021
1.1.1 1,133 12/31/2020
1.1.0 1,018 12/27/2020
1.0.1 1,200 12/25/2020
1.0.0 1,065 12/25/2020
1.0.0-beta8 895 12/23/2020
1.0.0-beta6 971 12/18/2020
1.0.0-beta5 902 12/10/2020
1.0.0-beta4 924 11/26/2020
1.0.0-beta3 904 11/15/2020
1.0.0-beta2 949 11/14/2020
1.0.0-beta1 916 11/9/2020

Update dependencies.