TehGM.Discord.Interactions.AspNetCore 0.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package TehGM.Discord.Interactions.AspNetCore --version 0.1.1
NuGet\Install-Package TehGM.Discord.Interactions.AspNetCore -Version 0.1.1
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="TehGM.Discord.Interactions.AspNetCore" Version="0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TehGM.Discord.Interactions.AspNetCore --version 0.1.1
#r "nuget: TehGM.Discord.Interactions.AspNetCore, 0.1.1"
#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.
// Install TehGM.Discord.Interactions.AspNetCore as a Cake Addin
#addin nuget:?package=TehGM.Discord.Interactions.AspNetCore&version=0.1.1

// Install TehGM.Discord.Interactions.AspNetCore as a Cake Tool
#tool nuget:?package=TehGM.Discord.Interactions.AspNetCore&version=0.1.1

Discord.Interactions.AspNetCore

Nuget GitHub top language GitHub GitHub Workflow Status GitHub issues

Logo

This is a .NET Standard library designed for ASP.NET Core 3.0+ which helps with enabling interactions (slash/application commands) in ASP.NET Core applications.

If you want to write a fully-fledged Discord bot, please check out other community libraries.

Compatibility

This library targets .NET Standard 2.1. It is therefore compatible with .NET Core 3.0 and later. See .NET Standard Compatibility Table for more info.

Usage Instructions

View GitHub Repository for usage instructions.

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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2 749 10/14/2021
0.1.1 625 10/7/2021
0.1.0 621 10/6/2021

- Fixed missing documentation comments.
- Fixed variable replacement in log message on guild command registration failure.
- Added options validation.
- DiscordInteractionCommandsRegistrar is now public.
- Relaxed some dependencies.