AccessibleAI.Bots.Core 0.0.16-dev

This is a prerelease version of AccessibleAI.Bots.Core.
dotnet add package AccessibleAI.Bots.Core --version 0.0.16-dev
                    
NuGet\Install-Package AccessibleAI.Bots.Core -Version 0.0.16-dev
                    
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="AccessibleAI.Bots.Core" Version="0.0.16-dev" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AccessibleAI.Bots.Core" Version="0.0.16-dev" />
                    
Directory.Packages.props
<PackageReference Include="AccessibleAI.Bots.Core" />
                    
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 AccessibleAI.Bots.Core --version 0.0.16-dev
                    
#r "nuget: AccessibleAI.Bots.Core, 0.0.16-dev"
                    
#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 AccessibleAI.Bots.Core@0.0.16-dev
                    
#: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=AccessibleAI.Bots.Core&version=0.0.16-dev&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AccessibleAI.Bots.Core&version=0.0.16-dev&prerelease
                    
Install as a Cake Tool

AccessibleAI.Bots.Core

This is the core package related to most bot functionality that does not depend on specialized external libraries.

Details and usage to come...

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 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 (5)

Showing the top 5 NuGet packages that depend on AccessibleAI.Bots.Core:

Package Downloads
AccessibleAI.Bots.Language.Levenshtein

Using Levenshtein distance to calculate the difference or similarities between strings to resolve intents from utterances.

AccessibleAI.Bots.LanguageUnderstanding

Helpers for working with Conversational Language Understanding (CLU), Orchestration, and Chit Chat for Microsoft Bot Framework bot development

AccessibleAI.Bots.Intents.DefaultIntents

Built-in standard replies for common utterances

AccessibleAI.Bots.Testing

Testing libraries to simplify working with bots.

AccessibleAI.Bots.Language.Azure

Bots Framework intent resolvers using Conversational Language Understanding (CLU) and Orchestration for bot development

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.16-dev 336 10/12/2022
0.0.15-dev 245 10/11/2022
0.0.14-dev 234 10/11/2022
0.0.13-dev 242 10/11/2022
0.0.12-dev 233 10/10/2022
0.0.11-dev 235 10/10/2022
0.0.10-dev 235 10/5/2022
0.0.9-dev 222 10/5/2022
0.0.8-dev 280 9/23/2022
0.0.7-dev 282 9/22/2022
0.0.6-dev 257 9/22/2022
0.0.5-dev 253 9/22/2022
0.0.4-dev 248 9/21/2022
0.0.3-dev 245 9/21/2022
0.0.2-dev 245 9/21/2022
0.0.1-dev 277 9/20/2022

Added entity field. Probably a placeholder to be reworked