oxybot 0.2.25

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

// Install oxybot as a Cake Tool
#tool nuget:?package=oxybot&version=0.2.25

OxyBot is a chatbot that is here is help you to automate your day-to-day tasks and to make your life easier.

Appveyor Build Appveyor Tests Code Coverage GitHub Licence

Codacy CodeFactor

Introduction

Key features:

  • Cloud / On-premise
  • Can connect to multiple sources

Architecture

OxyBot is based on 5 main components/classes:

  • Robot - that is the central piece of bot
  • Adapter - that provide communications to and from the bot
  • Trigger - that represents the actions that the robot could execute/manage
  • Bus - that supports all the events of the Robot
  • Brain - that represents the memory of the bot

Run test with coverage

The project use coverlet for coverage. As such, the test can be run with the following command:

dotnet test /p:CollectCoverage=true

... and to have some code coverage results in Visual Studio Core with the Coverage Gutters extension:

dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=../../lcov .\test\OxyBot.Core.Tests\

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 netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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.2.30 1,410 7/8/2018
0.2.25 1,543 7/1/2018