Chris Mullins
8616209bbc
included PR comments
2018-06-29 15:51:40 -07:00
Chris Mullins
bbe522eb2d
Fix spelling mistakes
2018-06-28 15:19:07 -07:00
Chris Mullins
10c3156b2a
Draft of "Rules of Engagement" for our open-source plans.
2018-06-28 15:14:48 -07:00
Chris Mullins
50836ca1d6
Merge pull request #708 from Microsoft/jofing/docXml
...
Fix new doc XML issues introduced recently
2018-06-28 11:52:47 -07:00
Chris Mullins
a738ea11f7
Merge pull request #707 from Microsoft/jofing/testflow
...
Add/update doc XML for test flow/adapter
2018-06-28 11:52:12 -07:00
Jonathan Fingold
d50abc65ba
Fix new doc XML issues introduced recently
2018-06-28 09:38:36 -07:00
Jonathan Fingold
8896cc9794
Add/update doc XML for test flow/adapter
2018-06-28 09:14:11 -07:00
Tom Laird-McConnell
8a78430d72
Merge pull request #704 from Microsoft/v-brhale-fixversioning
...
Fix versioning for 11 projects
2018-06-27 17:20:00 -07:00
Bruce Haley
47eb03382f
Fix versioning for 11 projects
2018-06-27 17:05:41 -07:00
Chris Mullins
bf76351d1d
Merge pull request #697 from n01d/master
...
Fix three smaller typos
2018-06-27 12:31:32 -07:00
Malte Lantin
619b6a4421
Fix three small typos
2018-06-27 20:12:39 +02:00
Malte Lantin
d25c568b40
Revert "Fix some small typos"
...
This reverts commit d5ce10f9d0
.
2018-06-27 20:10:37 +02:00
Malte Lantin
1b6046295f
Fix some small typos
2018-06-27 20:09:02 +02:00
johnataylor
df0fa256d9
Merge pull request #695 from Microsoft/johtaylo/delete-ai-middleware
...
deleted LUIS and QnA Middleware
2018-06-26 17:21:30 -07:00
John Taylor
d12ee94933
deleted LUIS and QnA Middleware
2018-06-26 16:37:36 -07:00
Chris Mullins
c06656bf4a
Merge pull request #693 from Microsoft/johtaylo/fix-luis-namespace
...
fixed up namespace and file headers in Ai.LUIS
2018-06-26 14:22:14 -07:00
Chris Mullins
ae4d7c98a1
Merge pull request #688 from Microsoft/ramjsing/master-CosmosDBStorageMoreDIable
...
Making Cosmos DB Storage Class more DI-Able
2018-06-26 14:20:59 -07:00
John Taylor
31d2f1ed10
fixed up namespace and file headers in Ai.LUIS
2018-06-26 11:49:43 -07:00
Ramjot Singh
a0c78aacda
Making Cosmos DB Storage Class more DI-Able
2018-06-25 19:00:32 -07:00
Chris Mullins
dab7dcdb8e
Merge pull request #677 from Microsoft/gabog/localeConverterUpdates
...
Modified LocaleConverter to use CultureInfo patterns and support for es-es
2018-06-25 14:26:14 -07:00
Ramjot Singh
7f81fc64e1
Merge pull request #684 from Microsoft/ramjsing/CreateConversationThrowingNullRef
...
Fixing a bug where CreateConversation is throwing NullRef
2018-06-25 14:26:00 -07:00
Chris Mullins
377350585d
Merge pull request #686 from poychang/patch-1
...
Update EchoBot.cs
2018-06-25 14:24:53 -07:00
Chris Mullins
4001258174
Merge pull request #687 from Microsoft/jofing/ActivityHandlers
...
Update doc XML for send/udate/delete activity methods...
2018-06-25 14:23:45 -07:00
Jonathan Fingold
6468163f62
Update doc XML for send/udate/delete activity methods and activity handler delegates.
2018-06-25 09:53:00 -07:00
Poy Chang
a573603002
Update EchoBot.cs
...
fix typo
2018-06-25 13:09:43 +08:00
Ramjot Singh
0a71ba79dc
Replacing literals with constants
2018-06-22 17:16:47 -07:00
Ramjot Singh
12e462327e
Merging from Master
2018-06-22 17:14:33 -07:00
johnataylor
8042e1bec3
Merge pull request #683 from Microsoft/johtaylo/integration-consolidation
...
consolidate a little code on integration
2018-06-22 17:12:42 -07:00
Ramjot Singh
5385e4eaa9
Fixing a bug where CreateConversation is throwing NullRef
2018-06-22 17:12:16 -07:00
John Taylor
1a51da4b66
code review feedback
2018-06-22 15:55:37 -07:00
John Taylor
52e8ff78da
use using rather than inline namespace
2018-06-22 15:13:28 -07:00
John Taylor
f702a49488
consolidate a little code on integration
2018-06-22 15:07:06 -07:00
johnataylor
cf0731f422
Merge pull request #681 from Microsoft/johtaylo/clean-up-dependency
...
remove NuGet dependency on azure.storage
2018-06-20 17:42:53 -07:00
John Taylor
1297e71278
remove NuGet dependency on azure.storage
2018-06-20 16:56:16 -07:00
johnataylor
c9c4beabd4
Merge pull request #678 from Microsoft/johtaylo/more-clean-up
...
Johtaylo/more clean up
2018-06-20 15:04:35 -07:00
John Taylor
6b39c32bbf
copyright headers, usings and other cleanup
2018-06-20 13:15:44 -07:00
John Taylor
f677c1c9d5
remove old samples
2018-06-20 09:09:00 -07:00
Gabo Gilabert
c12b87334e
Fixed broken unit test.
2018-06-20 12:00:39 -04:00
Gabo Gilabert
e6e8b032b2
Added missing es-es to the list of supported locales.
2018-06-20 11:49:18 -04:00
Gabo Gilabert
3150f0a3d3
Modified LocaleConverter to use CultureInfo ShortDatePatter and CultureInfo.ShortTimePattern so the conversion use the proper locales defined by the framework (the previous hardcoded locales weren't in line with the native formatting for each locale, i.e.: a lot of the supported locales use 24 hrs time format, not AM/PM).
...
Added es-es as a supported locale (since Spanish is a supported culture for Microsoft.Recognizers.Text.Culture) and realted unit tests.
Updated unit tests to use the proper locale formats in responses.
2018-06-20 11:13:30 -04:00
Chris Mullins
799436f660
Merge pull request #671 from Microsoft/v-frgome-Generator
...
Issue 608: Typos in SDK V4 VSIX
2018-06-19 21:38:16 -07:00
John Taylor
35ad7e6bdd
move ConsoleAdapter code into new samples
2018-06-19 17:01:08 -07:00
John Taylor
4501202736
claenup across the board
2018-06-19 16:56:30 -07:00
Francisco Ponce Gomez
7720d51faf
Fixed typo
2018-06-19 10:30:01 -07:00
Chris Mullins
26a7fea562
Merge pull request #674 from Microsoft/drmarsh/remove-botbuilder-core-reference-from-webapi-sample
...
Remove reference to removed assembly from sample
2018-06-18 16:14:57 -07:00
Chris Mullins
941b26d5dd
Merge pull request #675 from Microsoft/johtaylo/build-bot-builder-package
...
consolidate setting to Directory.Build.props
2018-06-18 16:14:17 -07:00
John Taylor
a70b295b27
consolidate setting to Directory.Build.props
2018-06-18 15:57:18 -07:00
Drew Marsh
2e949d28f1
Remove reference to removed assembly from sample
...
The ASP.NET WebAPI EchoBot sample project still had a reference to the
`Microsoft.Bot.Builder.Core` assembly which has now been removed.
Removing that refrerence to eliminate the build warning (and any
confusion that might have ensued).
2018-06-18 15:45:25 -07:00
Chris Mullins
b1e0bf2d6d
Merge pull request #669 from Microsoft/dmarsh/perf/jwt-validation-use-hashsets
...
JWT validation perf - string[] to HashSet<string>
2018-06-18 15:26:50 -07:00
Chris Mullins
c4c48aac69
Merge pull request #673 from Microsoft/johtaylo/build-bot-builder-package
...
add bot.builder package to build
2018-06-18 15:20:52 -07:00