libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/ChannelServiceController.cs (12 lines):
- line 33: /// TODO Document.
- line 47: /// TODO Document.
- line 61: /// TODO Document.
- line 74: /// TODO Document.
- line 89: /// TODO Document.
- line 101: /// TODO Document.
- line 113: /// TODO Document.
- line 125: /// TODO Document.
- line 139: /// TODO Document.
- line 152: /// TODO Document.
- line 164: /// TODO Document.
- line 177: /// TODO Document.
libraries/Microsoft.Bot.Connector/Authentication/ParameterizedBotFrameworkAuthentication.cs (3 lines):
- line 199: // TODO: presumably this table should also come from configuration
- line 221: // TODO: what should the openIdMetadataUrl be here?
- line 287: // TODO: presumably this table should also come from configuration
generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/Dialogs/MainDialog.cs (2 lines):
- line 120: // We haven't implemented the GetWeatherDialog so we just display a TODO message.
- line 121: var getWeatherMessageText = "TODO: get weather flow here";
libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/LuParser.cs (2 lines):
- line 402: // TODO: maybe change the model so Id is int
- line 417: // TODO: check if this downcast can re-cast
libraries/Microsoft.Bot.Connector.Streaming/Application/LegacyStreamingConnection.cs (2 lines):
- line 140: // TODO: free unmanaged resources (unmanaged objects) and override finalizer
- line 141: // TODO: set large fields to null
generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot/Dialogs/MainDialog.cs (2 lines):
- line 118: // We haven't implemented the GetWeatherDialog so we just display a TODO message.
- line 119: var getWeatherMessageText = "TODO: get weather flow here";
generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/Dialogs/MainDialog.cs (2 lines):
- line 121: // We haven't implemented the GetWeatherDialog so we just display a TODO message.
- line 122: var getWeatherMessageText = "TODO: get weather flow here";
libraries/Microsoft.Bot.Streaming/PayloadTransport/SendQueue.cs (2 lines):
- line 71: // TODO: Flow ILogger to this layer.
- line 148: // TODO: Flow ILogger to this layer and log these exceptions.
libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/AdaptiveDialog.cs (2 lines):
- line 563: // TODO figure out way to not use turn state to pass this value back to caller.
- line 946: // TODO: For now, I'm going to dereference to a one-level array value. There is a bug in the current code in the distinction between
libraries/Microsoft.Bot.Builder.Dialogs.Debugging/DialogDebugAdapter.cs (2 lines):
- line 160: // TODO: implement asynchronous condition variables
- line 417: // TODO: there is a "capabilities" event for dynamic updates, but exceptionBreakpointFilters does not seem to be dynamically updateable
libraries/Microsoft.Bot.Builder.Dialogs/Memory/DialogStateManager.cs (1 line):
- line 262: // TODO: HACK to support .First() retrieval on turn.recognized.entities.foo, replace with Expressions once expression ship
libraries/Microsoft.Bot.Streaming/PayloadTransport/PayloadReceiver.cs (1 line):
- line 87: // TODO: Flow ILogger all the way here and start logging these exceptions.
libraries/Microsoft.Bot.Builder.Dialogs/ObjectPath.cs (1 line):
- line 599: // TODO: We should make it so that a value can be present, but be null.
libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/CloudAdapter.cs (1 line):
- line 157: // TODO /*_applicationLifetime?.ApplicationStopped ?? */
libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/Visitor.cs (1 line):
- line 35: // TODO: Check that this interface is actually implemented in the iterable
libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/EntitySection.cs (1 line):
- line 12: // TODO: pass this constant to a helper class.
libraries/Microsoft.Bot.Builder.AI.LUIS/LuisRecognizerOptionsV3.cs (1 line):
- line 73: // TODO: Checking for "text" because we get an extra non-real entity from the text recognizers
libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/QnaSection.cs (1 line):
- line 182: // TODO: validate this regex
libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/NewEntitySection.cs (1 line):
- line 15: // TODO: pass this constant to a helper class.
build/AnalyzeDeps/AnalyzeDeps.ps1 (1 line):
- line 226: # TODO: Remove this ASAP
libraries/Parsers/Microsoft.Bot.Builder.Parsers.LU/ImportSection.cs (1 line):
- line 43: // TODO: check this regex correct logic
libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Recognizers/RegexRecognizer.cs (1 line):
- line 105: // TODO length weighted match and multiple intents
libraries/Microsoft.Bot.Builder/TokenResolver.cs (1 line):
- line 189: // TODO: Should be using OAuthClient
libraries/Microsoft.Bot.Streaming/PayloadTransport/PayloadSender.cs (1 line):
- line 95: // TODO: Flow ILogger all the way here and start logging these exceptions.
libraries/Microsoft.Bot.Connector.Streaming/Transport/WebSocketTransport.cs (1 line):
- line 97: // TODO: flow this timeout to allow draining