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
                    
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.Attributes" Version="2026.3.26" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DisCatSharp.Attributes" Version="2026.3.26" />
                    
Directory.Packages.props
<PackageReference Include="DisCatSharp.Attributes" />
                    
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.Attributes --version 2026.3.26
                    
#r "nuget: DisCatSharp.Attributes, 2026.3.26"
                    
#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.Attributes@2026.3.26
                    
#: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.Attributes&version=2026.3.26
                    
Install as a Cake Addin
#tool nuget:?package=DisCatSharp.Attributes&version=2026.3.26
                    
Install as a Cake Tool

DisCatSharp.Attributes

Special Attributes for DisCatSharp.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last Updated
2026.3.26 115 3/26/2026
2025.3.27 18,264 3/26/2025

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`.