DisCatSharp.Attributes
2026.3.26
Prefix Reserved
dotnet add package DisCatSharp.Attributes --version 2026.3.26
NuGet\Install-Package DisCatSharp.Attributes -Version 2026.3.26
<PackageReference Include="DisCatSharp.Attributes" Version="2026.3.26" />
<PackageVersion Include="DisCatSharp.Attributes" Version="2026.3.26" />
<PackageReference Include="DisCatSharp.Attributes" />
paket add DisCatSharp.Attributes --version 2026.3.26
#r "nuget: DisCatSharp.Attributes, 2026.3.26"
#:package DisCatSharp.Attributes@2026.3.26
#addin nuget:?package=DisCatSharp.Attributes&version=2026.3.26
#tool nuget:?package=DisCatSharp.Attributes&version=2026.3.26
DisCatSharp.Attributes
Special Attributes for DisCatSharp.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. 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 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (15)
Showing the top 5 NuGet packages that depend on DisCatSharp.Attributes:
| Package | Downloads |
|---|---|
|
DisCatSharp
DisCatSharp Your library to write discord bots in C# with a focus on always providing access to the latest discord features. Written with love and for everyone. |
|
|
DisCatSharp.Common
DisCatSharp Common Extension Common tools for DisCatSharp, like regexes and converters! |
|
|
DisCatSharp.VoiceNext
DisCatSharp Voice Next Extension Easy made audio player for discord bots. Documentation: https://docs.dcs.aitsys.dev/articles/modules/audio/voicenext/prerequisites.html |
|
|
DisCatSharp.Lavalink
DisCatSharp Lavalink V4 Extension Extend your bot with the full power of lavalink. Play your favorite music in discord! Requires Lavalink Server v4 Documentation: https://docs.dcs.aitsys.dev/articles/modules/audio/lavalink_v4/intro.html |
|
|
DisCatSharp.Interactivity
DisCatSharp Interactivity Extension Unleash the full power of discord commands. Documentation: https://docs.dcs.aitsys.dev/articles/modules/interactivity.html |
GitHub repositories
This package is not used by any popular GitHub repositories.
DisCatSharp Release Notes
- Overhauled presence caching and added follow-up regression coverage around gateway cache behavior.
- Added Discord parity updates for store, entitlement, SKU, guild powerup / applied boost, application, audit-log, automod, message-type, and OAuth scope surfaces.
- Fixed interaction response posting, soundboard cache refresh/list behavior, duplicate application-command execution logging, and several gateway/store dispatch follow-ups.
- Removed .NET 8 support and aligned the core package with the current target framework matrix.
DisCatSharp.Attributes Release Notes
- No major API additions.
- Package metadata and target framework alignment were updated alongside the wider .NET 8 removal work.
DisCatSharp.ApplicationCommands Release Notes
- Added dedicated `SlashCommandChecksFailed` and `ContextMenuChecksFailed` events with new event args for modern checks-failed handling.
- Updated command error flow to use dedicated checks-failed events instead of the older errored-event-only pattern.
- Included follow-up fixes and regression coverage around application-command checks-failed behavior and execution logging.
DisCatSharp.CommandsNext Release Notes
- No notable feature changes.
- Package alignment was updated as part of the .NET 8 removal and current framework support refresh.
DisCatSharp.Interactivity Release Notes
- No notable feature changes.
- Package alignment was updated as part of the current framework support refresh.
DisCatSharp.Common Release Notes
- No dedicated end-user feature changes.
- Shared framework/package alignment was updated with the rest of the solution.
DisCatSharp.Lavalink Release Notes
- Fixed a regression affecting player updates when switching the bot's voice channel while using Lavalink.
- Included follow-up Lavalink session/internal cleanup and removed obsolete archived Lavalink v1 sources from the maintained tree.
DisCatSharp.Voice Release Notes
- Fixed voice/lavalink integration regressions around channel switching.
- Voice native packaging/build settings were refreshed with the wider framework alignment changes.
DisCatSharp.Experimental Release Notes
- Stabilized autocomplete interaction value handling.
- Added documentation/supporting work around newer experimental search-related behavior.
DisCatSharp.Configuration Release Notes
- No standalone package-specific API additions.
- Configuration-related framework alignment was refreshed with the rest of the solution.
DisCatSharp.Hosting Release Notes
- No notable feature changes.
- Hosting package alignment was updated as part of the current framework support refresh.
DisCatSharp.Hosting.DependencyInjection Release Notes
- No notable feature changes.
- Dependency injection/hosting package alignment was updated as part of the current framework support refresh.
DisCatSharp.Analyzer Release Notes
- Reworked the analyzer/tooling stack into a NuGet-first workflow with real xUnit/Roslyn regression coverage.
- Added `DCS2101`, a migration analyzer/code fix for moving legacy application-command checks-failed handling to the dedicated events.
- Improved `DCS0201` so the override fixer can update `DiscordConfiguration` across project documents.
- Added analyzer authoring documentation, diagnostic family guidance, release tracking files, and release workflow support for publishing `DisCatSharp.Analyzer`.