DisCatSharp.Hosting 10.7.0-nightly-006

Prefix Reserved
This is a prerelease version of DisCatSharp.Hosting.
There is a newer version of this package available.
See the version list below for details.
dotnet add package DisCatSharp.Hosting --version 10.7.0-nightly-006
                    
NuGet\Install-Package DisCatSharp.Hosting -Version 10.7.0-nightly-006
                    
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="DisCatSharp.Hosting" Version="10.7.0-nightly-006" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DisCatSharp.Hosting" Version="10.7.0-nightly-006" />
                    
Directory.Packages.props
<PackageReference Include="DisCatSharp.Hosting" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DisCatSharp.Hosting --version 10.7.0-nightly-006
                    
#r "nuget: DisCatSharp.Hosting, 10.7.0-nightly-006"
                    
#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.
#:package DisCatSharp.Hosting@10.7.0-nightly-006
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DisCatSharp.Hosting&version=10.7.0-nightly-006&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DisCatSharp.Hosting&version=10.7.0-nightly-006&prerelease
                    
Install as a Cake Tool

Hosting Extension for DisCatSharp.

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 is compatible.  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.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DisCatSharp.Hosting:

Package Downloads
DisCatSharp.Hosting.DependencyInjection

Dependency Injection for the DisCatSharp Hosting Extension.

DisCatSharp.Hosting.AspNetCore

ASP.NET Core integration scaffolding for the DisCatSharp Hosting Extension.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.7.1-nightly-015 0 5/2/2026
10.7.1-nightly-014 98 4/26/2026
10.7.1-nightly-013 107 4/21/2026
10.7.1-nightly-012 94 4/21/2026
10.7.1-nightly-011 98 4/20/2026
10.7.1-nightly-010 95 4/19/2026
10.7.1-nightly-009 95 4/19/2026
10.7.1-nightly-008 117 4/14/2026
10.7.1-nightly-007 103 4/6/2026
10.7.1-nightly-006 96 4/5/2026
10.7.1-nightly-005 103 4/2/2026
10.7.1-nightly-004 96 4/2/2026
10.7.1-nightly-003 110 3/29/2026
10.7.1-nightly-002 107 3/29/2026
10.7.1-nightly-001 103 3/26/2026
10.7.0 242 3/20/2026
10.7.0-nightly-079 103 3/20/2026
10.7.0-nightly-078 103 3/20/2026
10.7.0-nightly-077 105 3/20/2026
10.7.0-nightly-006 321 3/3/2025
Loading failed

DisCatSharp Release Notes

- Full support for role subscriptions
- Full support for burst reactions
- Full support for subscriptions and entitlements
- Support for join request (create, update & delete) events for clans
- Support for message forwarding
- Support for application emojis
- Fix for gateway close code handling

   Breaking

   - Small breaking change in `AttachmentFlags`: The flag values are now prefixed with `Is` to be in line with other flag names.
   - `AddMention(IMention mention)` => `WithAllowedMention(IMention allowedMention)`
   - `AddMentions(IEnumerable<IMention> mentions)` => `WithAllowedMentions(IEnumerable<IMention> allowedMentions)`
- Breaking change for `DiscordTextComponent`: `string customId = null, string label = null` was switched to `string label, string customId = null`.
- `Url` fields on DiscordXY objects are now of type `DiscordUri`. You can still use it as `Uri` arg since we added an implicit operator.
- Fixed the naming for create and delete test entitlement methods


DisCatSharp.Attributes Release Notes

   - None


DisCatSharp.ApplicationCommands Release Notes

   - Some optimizations


DisCatSharp.CommandsNext Release Notes

   - None

DisCatSharp.Interactivity Release Notes

   - None

DisCatSharp.Common Release Notes

   - None


DisCatSharp.Lavalink Release Notes

   - New queue system. See https://docs.dcs.aitsys.dev/articles/modules/audio/lavalink_v4/queue
   - Support for LavaLyrics plugin


DisCatSharp.VoiceNext Release Notes

   - Will be deprecated 2025 and replaced by DisCatSharp.Voice


DisCatSharp.Experimental Release Notes

   - GCP Attachments
   - Guild Member Search powered by elasticsearch


DisCatSharp.Configuration Release Notes

   - None


DisCatSharp.Hosting Release Notes

   - None


DisCatSharp.Hosting.DependencyInjection Release Notes

   - None