Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Gabo Gilabert 12bdf98fd4
Added FxCop and Async analyzers to the LUIS project. (#4272)
* Added FxCop and Async analyzers to the LUIS project.
I suppressed some Dispose warnings for now, we will address those once we start using HttpClientFactory in a future release.
Deprecated the DefaultHttpClient static property in LuisRecognizeer and crated an internal HttpClient instance property that can be seen for testing (that's the only reason why is there).
Added AssemblyInfo to make internal methods visible to tests.
Added exclude for rule CA1822 (Mark members as static) as requested by Tom.

* Update BotBuilder-DotNet.ruleset

Touched file to see if it triggers a build
2020-07-15 12:05:19 -07:00
Gary Pretty d7c9c47dfc
Add missing code docs for the AI libraries (LUIS / QnA) (#4147)
* Add missing code docs for the AI libraries (LUIS / QnA)

* Manually fixed some merge conflicts to match master

* Fixed other naming errors for new variables that came with the merge

Co-authored-by: Gabo Gilabert <ggilaber@microsoft.com>
2020-06-30 19:15:23 -07:00
Tom Laird-McConnell 02e7a48813 Merge master into 4.Future 2019-09-17 18:03:41 -07:00
LocalizationBuildProcess c5692beadc Warnings fix group 14. 2019-08-21 11:17:38 -07:00
LocalizationBuildProcess bc52b5fa6c Warnings fix group 11. 2019-08-20 17:31:41 -07:00
Chris McConnell 24f4568b12 Address code review comments. 2019-06-27 16:36:31 -07:00
Chris McConnell 97fe3ed26c Update LUIS to support GeographyV2, OrdinalV2 and PersonName. 2019-06-25 15:08:09 -07:00
Dave Taniguchi 36c2997f79 Merge 2018-08-10 13:46:44 -07:00
Dave Taniguchi 2c751d35c5 renamed Microsoft.Bot.Builder.Ai.LUIS to Microsoft.Bot.Builder.AI.LUIS 2018-08-09 21:33:05 -07:00