DisCatSharp.Experimental
10.7.0-nightly-001
Prefix Reserved
dotnet add package DisCatSharp.Experimental --version 10.7.0-nightly-001
NuGet\Install-Package DisCatSharp.Experimental -Version 10.7.0-nightly-001
<PackageReference Include="DisCatSharp.Experimental" Version="10.7.0-nightly-001" />
paket add DisCatSharp.Experimental --version 10.7.0-nightly-001
#r "nuget: DisCatSharp.Experimental, 10.7.0-nightly-001"
// Install DisCatSharp.Experimental as a Cake Addin #addin nuget:?package=DisCatSharp.Experimental&version=10.7.0-nightly-001&prerelease // Install DisCatSharp.Experimental as a Cake Tool #tool nuget:?package=DisCatSharp.Experimental&version=10.7.0-nightly-001&prerelease
DisCatSharp.Experimental
Experimental changes for DisCatSharp.
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 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. |
-
net8.0
- Backport.System.Threading.Lock (>= 3.1.4)
- Concentus (>= 2.2.2)
- Concentus.Oggfile (>= 1.0.6)
- DisCatSharp (>= 10.7.0-nightly-001)
- DisCatSharp.Attributes (>= 10.6.6)
- DisCatSharp.Common (>= 10.7.0-nightly-001)
- Microsoft.Extensions.DependencyInjection (>= 9.0.1)
- Microsoft.Extensions.Logging (>= 9.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.1)
- NAudio (>= 2.2.1)
- System.Diagnostics.DiagnosticSource (>= 9.0.1)
- System.Memory (>= 4.6.0)
-
net9.0
- Backport.System.Threading.Lock (>= 3.1.4)
- Concentus (>= 2.2.2)
- Concentus.Oggfile (>= 1.0.6)
- DisCatSharp (>= 10.7.0-nightly-001)
- DisCatSharp.Attributes (>= 10.6.6)
- DisCatSharp.Common (>= 10.7.0-nightly-001)
- Microsoft.Extensions.DependencyInjection (>= 9.0.1)
- Microsoft.Extensions.Logging (>= 9.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.1)
- NAudio (>= 2.2.1)
- System.Diagnostics.DiagnosticSource (>= 9.0.1)
- System.Memory (>= 4.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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)`
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