Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
Перейти к файлу
Tom Laird-McConnell 2db0f38cf7
Change $type to $kind and move unit tests to declarative (#2994)
* Change $type to $kind DCR #3010
* Add Json annotations to all properties
* Add declarative form of TestFlow (TestScript) which allows us to convert TestFlow unit tests to * declarative .test.dialog files
* Replace TestFlow() unit tests with .test.dialog declarative tests
2019-11-23 08:03:37 -08:00
.github Set up a stale issues github action (#2974) 2019-11-15 13:00:43 -08:00
.vscode Switch to portable pdb files in order to support debugging in Visual Studio Code. 2019-10-01 13:35:40 -07:00
FunctionalTests Ignore DirectLine Speech tests until tooling is updated to support them 2019-10-25 10:39:43 -07:00
build Add a space in the --commitEmail argument. That prevents an empty email argument from killing the opload. 2019-06-28 15:51:06 -07:00
doc merge from master 4.5 2019-07-12 09:56:54 -07:00
libraries Change $type to $kind and move unit tests to declarative (#2994) 2019-11-23 08:03:37 -08:00
recognizers-text/Utterance Changes Add minor changes 2019-09-27 14:27:18 -03:00
schemas Change $type to $kind and move unit tests to declarative (#2994) 2019-11-23 08:03:37 -08:00
specs Whitespace change to force CI build 2019-01-25 10:51:02 -08:00
tests Change $type to $kind and move unit tests to declarative (#2994) 2019-11-23 08:03:37 -08:00
.editorconfig Enabled CollectionPropertiesShouldBeReadOnly rule and fixed related warnings. 2019-09-18 08:50:17 -03:00
.gitattributes Add .gitattributes file 2018-07-26 09:13:50 -07:00
.gitignore Manually update some files with the latest from master to make it easier to spot changes. 2019-10-16 15:41:27 -04:00
BotBuilder-DotNet.ruleset Updated interfaces documentation and excluded UriParametersShouldNotBeStrings from the ruleset per john's request. 2019-11-21 14:06:18 -05:00
Changes.md LG: fix lexer error (#1772) 2019-04-26 16:56:50 +08:00
CodeCoverage.runsettings Exclude classes in the CodeCoverage 2019-11-06 11:24:15 -03:00
Directory.Build.props * add multiple targets frameworks for unit tests 2019-11-08 14:20:32 -08:00
LICENSE Touched the file to force rebuild 2019-06-28 13:52:54 -07:00
Microsoft.Bot.Builder.sln merge with master 2019-11-18 18:34:13 -08:00
README.md Update README.md 2019-10-23 21:31:22 +05:30
UsingMyGet.md Update UsingMyGet.md 2019-11-18 18:46:33 -08:00
_config.yml Set theme jekyll-theme-cayman 2018-03-30 13:51:55 -07:00
bot.png Move Rules folder => Events folder 2019-07-16 18:10:43 -07:00
bot_icon.png Move Rules folder => Events folder 2019-07-16 18:10:43 -07:00
installbf.cmd Change HttpRequest to return an object with http response metadata 2019-08-21 11:37:21 -07:00

README.md

Bot Framework for dotnet

Click here to find out what's new with Bot Framework

Bot Framework SDK v4 for .NET

This repository contains code for the .NET version of the Microsoft Bot Framework SDK. The Bot Framework SDK v4 enable developers to model conversation and build sophisticated bot applications using .NET.

This repo is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.

Branch Description Build Status Coverage Status Windows Bot Test Status Linux Bot Test Status
Master 4.6.* Preview Builds Build Status Coverage Status Tests status Tests status

License Gitter

StackExchange

In addition to the .NET SDK, Bot Builder supports creating bots in other popular programming languages like JavaScript, Python (Preview), and Java (Preview).

To get started see the Azure Bot Service Documentation for the v4 SDK.

The Bot Framework Samples includes a rich set of samples repository.

Packages

Name Released Package Daily Build
Microsoft.Bot.Builder BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.AI.LUIS BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.AI.QnA BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Azure BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Dialogs BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.TemplateManager BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Integration.ApplicationInsights.Core BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Integration.ApplicationInsights.WebApi BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Configuration BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Connector BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Schema BotBuilder Badge BotBuilder Badge

To use the daily builds, which are published to MyGet, please follow the instructions here.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.