You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 
2
2
3
-
### [Click here to find out what's new with Bot Framework](https://docs.microsoft.com/en-us/azure/bot-service/what-is-new?view=azure-bot-service-4.0)
3
+
### [What's new with Bot Framework](https://docs.microsoft.com/en-us/azure/bot-service/what-is-new?view=azure-bot-service-4.0)
4
4
5
-
# Bot Framework SDK v4 for .NET
6
-
This repository contains code for the .NET version of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botbuilder). The Bot Framework SDK v4 enable developers to model conversation and build sophisticated bot applications using .NET.
5
+
This repository contains code for the .NET version of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botframework-sdk), which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
7
6
8
-
This repo is part of the [Microsoft Bot Framework](https://github.com/Microsoft/botframework) - a comprehensive framework for building enterprise-grade conversational AI experiences.
7
+
This SDK enables developers to model conversation and build sophisticated bot applications using .NET. SDKs for [JavaScript](https://github.com/Microsoft/botbuilder-js), [Python](https://github.com/Microsoft/botbuilder-python) and [Java (preview)](https://github.com/Microsoft/botbuilder-java) are also available.
9
8
10
-
| Branch | Description | Build Status | Coverage Status | Windows Bot Test Status | Linux Bot Test Status |
To get started building bots using the SDK, see the [Azure Bot Service Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0).
In addition to the .NET SDK, Bot Builder supports creating bots in other popular programming languages like [JavaScript](https://github.com/Microsoft/botbuilder-js), [Python (Preview)](https://github.com/Microsoft/botbuilder-python), and [Java (Preview)](https://github.com/Microsoft/botbuilder-java).
22
-
23
-
To get started see the [Azure Bot Service Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0) for the v4 SDK.
24
-
25
-
The [Bot Framework Samples](https://github.com/microsoft/botbuilder-samples) includes a rich set of samples repository.
26
-
22
+
| Branch | Description | Build Status | Coverage Status | Windows Bot Test Status | Linux Bot Test Status |
You can refer to the [dependencygraph](https://botbuildersdkblobstorage.blob.core.windows.net/sdk-dotnet-dependency-reports/4.9.2/InterdependencyGraph.html) for our libraries.
44
49
45
50
To use the daily builds, which are published to MyGet, please follow the instructions [here](UsingMyGet.md).
46
51
47
-
## Contributing
48
-
This project welcomes contributions and suggestions. Most contributions require you to agree to a
49
-
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
50
-
the rights to use your contribution. For details, visit https://cla.microsoft.com.
51
-
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
52
-
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
53
-
provided by the bot. You will only need to do this once across all repos using our CLA.
54
-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
55
-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
56
-
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
52
+
## Getting Started
53
+
To get started building bots using the SDK, see the [Azure Bot Service Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0).
54
+
55
+
The [Bot Framework Samples](https://github.com/microsoft/botbuilder-samples) includes a rich set of samples repository.
56
+
57
+
If you want to debug an issue, would like to [contribute](#contributing), or understand how the Bot Builder SDK works, instructions for building and testing the SDK are below.
Open `Microsoft.Bot.Builder.sln` in Visual Studio.
78
+
On the menu bar, choose **Build** > **Build Solution**.
79
+
80
+
When the solution is built, local NuGet package files (.nupkg) are generated for each project and are available under the `outputPackages` directory. You can add this folder to your NuGet Package Manager source list in Visual Studio (choose **Tools > NuGet Package Manager > Package Manager Settings** from the Visual Studio menu and add an additional **Package Sources** from there), allowing you to consume these in your local projects.
81
+
82
+
## Getting support and providing feedback
83
+
Below are the various channels that are available to you for obtaining support and providing feedback. Please pay carful attention to which channel should be used for which type of content. e.g. general "how do I..." questions should be asked on Stack Overflow, Twitter or Gitter, with GitHub issues being for feature requests and bug reports.
84
+
85
+
### Github issues
86
+
[Github issues](https://github.com/Microsoft/botbuilder-dotnet/issues) should be used for bugs and feature requests.
87
+
88
+
### Stack overflow
89
+
[Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) is a great place for getting high-quality answers. Our support team, as well as many of our community members are already on Stack Overflow providing answers to 'how-to' questions.
90
+
91
+
### Azure Support
92
+
If you issues relates to [Azure Bot Service](https://azure.microsoft.com/en-gb/services/bot-service/), you can take advantage of the available [Azure support options](https://azure.microsoft.com/en-us/support/options/).
93
+
94
+
### Twitter
95
+
We use the [@botframework](https://twitter.com/botframework) account on twitter for announcements and members from the development team watch for tweets for @botframework.
96
+
97
+
### Gitter Chat Room
98
+
The [Gitter Channel](https://gitter.im/Microsoft/BotBuilder) provides a place where the Community can get together and collaborate.
99
+
100
+
## Contributing and our code of conduct
101
+
We welcome contributions and suggestions. Please see our [contributing guidelines](./contributing.md) for more information.
102
+
103
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
104
+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
105
+
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
57
106
58
107
## Reporting Security Issues
59
108
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC)
@@ -64,5 +113,5 @@ at [secure@microsoft.com](mailto:secure@microsoft.com). You should receive a re
64
113
65
114
Copyright (c) Microsoft Corporation. All rights reserved.
66
115
67
-
Licensed under the [MIT](https://github.com/Microsoft/vscode/blob/master/LICENSE.txt) License.
0 commit comments