DisCatSharp.Experimental
10.7.0-nightly-007
Prefix Reserved
dotnet add package DisCatSharp.Experimental --version 10.7.0-nightly-007
NuGet\Install-Package DisCatSharp.Experimental -Version 10.7.0-nightly-007
<PackageReference Include="DisCatSharp.Experimental" Version="10.7.0-nightly-007" />
<PackageVersion Include="DisCatSharp.Experimental" Version="10.7.0-nightly-007" />
<PackageReference Include="DisCatSharp.Experimental" />
paket add DisCatSharp.Experimental --version 10.7.0-nightly-007
#r "nuget: DisCatSharp.Experimental, 10.7.0-nightly-007"
#:package DisCatSharp.Experimental@10.7.0-nightly-007
#addin nuget:?package=DisCatSharp.Experimental&version=10.7.0-nightly-007&prerelease
#tool nuget:?package=DisCatSharp.Experimental&version=10.7.0-nightly-007&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. 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. |
-
net10.0
- Concentus (>= 2.2.2)
- Concentus.Oggfile (>= 1.0.6)
- DisCatSharp (>= 10.7.0-nightly-007)
- DisCatSharp.Attributes (>= 2025.3.27)
- DisCatSharp.Common (>= 10.7.0-nightly-007)
- Microsoft.Extensions.DependencyInjection (>= 9.0.4)
- Microsoft.Extensions.Logging (>= 9.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.4)
- NAudio (>= 2.2.1)
- System.Diagnostics.DiagnosticSource (>= 9.0.4)
- System.Memory (>= 4.6.3)
-
net8.0
- Backport.System.Threading.Lock (>= 3.1.4)
- Concentus (>= 2.2.2)
- Concentus.Oggfile (>= 1.0.6)
- DisCatSharp (>= 10.7.0-nightly-007)
- DisCatSharp.Attributes (>= 2025.3.27)
- DisCatSharp.Common (>= 10.7.0-nightly-007)
- Microsoft.Extensions.DependencyInjection (>= 9.0.4)
- Microsoft.Extensions.Logging (>= 9.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.4)
- NAudio (>= 2.2.1)
- System.Diagnostics.DiagnosticSource (>= 9.0.4)
- System.Memory (>= 4.6.3)
-
net9.0
- Concentus (>= 2.2.2)
- Concentus.Oggfile (>= 1.0.6)
- DisCatSharp (>= 10.7.0-nightly-007)
- DisCatSharp.Attributes (>= 2025.3.27)
- DisCatSharp.Common (>= 10.7.0-nightly-007)
- Microsoft.Extensions.DependencyInjection (>= 9.0.4)
- Microsoft.Extensions.Logging (>= 9.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.4)
- NAudio (>= 2.2.1)
- System.Diagnostics.DiagnosticSource (>= 9.0.4)
- System.Memory (>= 4.6.3)
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 Components V2
- Stability Improvements
- Build-in Statistics
- Support for .NET 10
- Improvements for OAuth2 operations
Breaking
- **DiscordAttachment**: Renamed `MediaType` to `ContentType` to align with Discord's API.
- **DiscordTextComponent**: Switched the position of `customId` and `label` because of nullability.
- **Application Commands**: Removed `dmPermission` fields, causing DisCatSharp to do weird bulk-updates. Use `allowedContexts` instead.
- **LavalinkGuildPlayer**: `RemoveQueue` renamed to [`RemoveFromQueue`]((xref:DisCatSharp.Lavalink.Entities.LavalinkGuildPlayer.RemoveFromQueue*)).
- **Url fields**: Any `Url` fields on objects like `DiscordAttachment`, `DiscordEmbed`, etc., are now of type [`DiscordUri`](xref:DisCatSharp.Entities.DiscordUri) instead of `string`. Use `.ToUri()` to get a `Uri` object or use `.ToString()`.
- We updated some namespaces in DisCatSharp.Interactivity. You might need to update your imports for some entities and enums.
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