botbuilder-dotnet/libraries/Microsoft.Bot.Builder
Monica Rivera af02de28c4
Fix warnings. (#3587)
2020-03-20 13:58:36 -07:00
..
Adapters Removed interfaces changes 2020-02-14 14:22:30 -08:00
Inspection add comment 2019-11-20 11:16:59 -08:00
Integration snapshot of my changes, it doesn't work yet 2019-10-15 00:03:22 -07:00
Skills Disable warnings for SkillConversationIdFactoryBase methods in tests (#3518) 2020-03-07 15:19:08 -08:00
Streaming Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
Teams clean up activityhandler and teamsactivityhandler 2020-03-03 11:30:42 -08:00
ActivityFactory.cs [activityfactory] Improve missing type error (#3575) 2020-03-18 16:04:57 +08:00
ActivityHandler.cs clean up activityhandler and teamsactivityhandler 2020-03-03 11:30:42 -08:00
AdapterExtensions.cs Fix warnings. (#3587) 2020-03-20 13:58:36 -07:00
AutoSaveStateMiddleware.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
BotAdapter.cs Adds support for buffered replies to skill dialog (#3496) 2020-03-04 22:22:14 -08:00
BotAssert.cs update remaining xml doc comments 2018-08-23 10:59:13 -07:00
BotCallbackHandler.cs update remaining xml doc comments 2018-08-23 10:59:13 -07:00
BotFrameworkAdapter.cs Proactive auth: trust incoming token url conditionally 2020-03-10 16:43:38 -07:00
BotFrameworkHttpStatusCodeErrorDetectionStrategy.cs many more stylecop issues in Bot.Builder 2018-07-02 18:47:02 -07:00
BotState.cs Added null check and code to return default(T) in GetPropertyValueAsync<T> (#3448) 2020-02-27 09:37:15 -08:00
BotStateSet.cs Revert "Revert "docXML fixes"" 2018-12-21 11:06:10 -08:00
ChannelServiceHandler.cs Add originatingAudience to SkillHttpClient.PostActivityAsync (#3477) 2020-03-03 15:16:10 -08:00
ComponentRegistration.cs Move DialogStateManager/Memory/Scope into dialogs dialogContext.State (#3570) 2020-03-18 12:36:03 -07:00
ConversationState.cs Merge master into 4.Future 2019-09-17 18:03:41 -07:00
DelegatingTurnContext.cs make delegatingturncontext and dialogcontext constructor public 2019-06-26 11:04:22 -07:00
EventFactory.cs Keep handoff event value as JObject 2020-03-09 09:34:46 -07:00
FileTranscriptLogger.cs fix all warnings and clean up package iconurl and nuget definitions 2019-10-10 10:15:02 -07:00
HandoffEventNames.cs Event factory for handoff protocol 2020-02-05 16:00:13 -08:00
HostContext.cs Cleanup and consolidate TypeFactory/loading/configuration/ExpressionEngine/registration etc. (#3350) 2020-02-07 16:18:55 -08:00
IBot.cs Fix merge conflicts 2018-08-24 08:34:48 -07:00
IBotPageViewTelemetryClient.cs Split into another interface and extension method to avoid breaking change 2020-03-04 16:20:11 +00:00
IBotTelemetryClient.cs Split into another interface and extension method to avoid breaking change 2020-03-04 16:20:11 +00:00
IBotTelemetryClientExtensions.cs Rename extension method and alter fallback trace event to contain DialogView info 2020-03-04 20:13:51 +00:00
IExtendedUserTokenProvider.cs CR feedback 2020-02-15 10:58:15 -08:00
IMiddleware.cs Merge master into 4.Future 2019-09-17 18:03:41 -07:00
IPropertyManager.cs Revert "Revert "docXML fixes"" 2018-12-21 11:06:10 -08:00
IRecognizer.cs update remaining xml doc comments 2018-08-23 10:59:13 -07:00
IRecognizerConvert.cs Fix Build Warnings by moving to a sigle file per class 2018-07-03 17:29:28 -07:00
IStatePropertyAccessor.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
IStatePropertyInfo.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
IStorage.cs Add missing doc XML and make a few edits to existing ones. 2018-07-12 14:47:57 -07:00
ITranscriptLogger.cs work in progress 2018-07-05 16:19:26 -07:00
ITranscriptStore.cs Rename ListTranscripts transcript -> to TranscriptInfo 2018-09-13 11:27:58 -07:00
ITurnContext.cs Merge master into 4.Future 2019-09-17 18:03:41 -07:00
ITurnContextExtensions.cs Merge master into 4.Future 2019-09-17 18:03:41 -07:00
IUserTokenProvider.cs declare new interface ICredentialTokenProvider to make sure of backward compatibility 2019-12-12 22:00:12 -08:00
IntentScore.cs Warnings fix group 11. 2019-08-20 17:31:41 -07:00
InvokeResponse.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
InvokeResponse{T}.cs add deliverymode 2020-02-26 16:53:15 -08:00
MemoryStorage.cs Enable BotState to work without serializing types (#3023) 2019-11-26 15:32:26 -08:00
MemoryTranscriptStore.cs Merge master into 4.Future 2019-09-17 18:03:41 -07:00
MessageFactory.cs Changed to var 2019-11-26 15:36:40 +02:00
Microsoft.Bot.Builder.csproj Update to Microsoft.SourceLink.GitHub (#3389) 2020-02-14 09:35:37 -08:00
MiddlewareSet.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
NullBotTelemetryClient.cs Updae NullBotTelemetryInitializer to implement additional interface 2020-03-04 16:24:08 +00:00
PagedResult.cs Cleanup and Standardization of CSProj files. 2019-01-25 14:15:31 -08:00
PathUtils.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
PrivateConversationState.cs Merge master into 4.Future 2019-09-17 18:03:41 -07:00
RecognizerResult.cs make luisrecognizer only return topintent 2019-04-06 17:29:56 -07:00
RecognizerResultExtensions.cs Sync with style changes. 2018-07-13 19:02:53 -07:00
RegisterClassMiddleware.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
Severity.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
ShowTypingMiddleware.cs Merge master into 4.Future 2019-09-17 18:03:41 -07:00
SkypeMentionNormalizeMiddleware.cs Merge master into 4.Future 2019-09-17 18:03:41 -07:00
TelemetryConstants.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
TelemetryLoggerConstants.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
TelemetryLoggerMiddleware.cs Fix for Issue #3525 (#3584) 2020-03-20 13:53:46 -07:00
TokenResolver.cs Removed interfaces changes 2020-02-14 14:22:30 -08:00
TraceTranscriptLogger.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
TranscriptInfo.cs Rename ListTranscripts transcript -> to TranscriptInfo 2018-09-13 11:27:58 -07:00
TranscriptLoggerMiddleware.cs Fix typos [mostly] in the bot.builder namespace (#3349) 2020-02-07 12:48:42 -08:00
TurnContext.cs Fix for Issue #3525 (#3584) 2020-03-20 13:53:46 -07:00
TurnContextStateCollection.cs Add Push/Pop services to TurnContextStateCollection. (#3594) 2020-03-19 11:24:36 -07:00
TurnStateConstants.cs CR feedback 2019-10-03 10:03:56 -07:00
UserState.cs Merge master into 4.Future 2019-09-17 18:03:41 -07:00
icon.png fix all warnings and clean up package iconurl and nuget definitions 2019-10-10 10:15:02 -07:00