CSharp/Library/Microsoft.Bot.Builder.Autofac/Dialogs/DialogModule.cs (2 lines): - line 449: // TODO: let dialog resolve its dependencies from container - line 458: // TODO: let dialog resolve its dependencies from container CSharp/Library/Microsoft.Bot.Builder/Dialogs/DialogTaskManager.cs (2 lines): - line 60: // TODO: move these to separate interface, remove IDialogTaskManager (interface segregation principle) - line 61: // TODO: possibly share with IBotData LoadAsync and FlushAsync, CSharp/Library/Microsoft.Bot.Builder/FormFlow/MatchAnalyzer.cs (2 lines): - line 188: // TODO: This does not handle partial overlaps - line 242: // TODO: We are not really handling partial overlap. To do so we need a lattice. Node/core/src/bots/ConsoleConnector.ts (1 line): - line 63: // TODO: Add some sort of logic to support attachment uploads. Node/core/skills-validator/src/skillValidation.ts (1 line): - line 190: // TODO: check the appId against the registered skill client IDs. CSharp/Library/Microsoft.Bot.Builder/Luis/EntityToType.cs (1 line): - line 141: // TODO: maybe clamp to prevent divergence CSharp/Library/Microsoft.Bot.Builder/FormFlow/FormBuilder.cs (1 line): - line 495: // TODO: What to do about enumerations of things other than enums? CSharp/Library/Microsoft.Bot.Builder.Calling/Models/Contracts/Record.cs (1 line): - line 106: /// TODO : change to string from char later when scenario emerges CSharp/Library/Microsoft.Bot.Builder.FormFlow.Json/FormBuilderJson.cs (1 line): - line 425: // TODO: What to do about enumerations of things other than enums? CSharp/Library/Microsoft.Bot.Builder/Scorables/LuisIntentScorable.cs (1 line): - line 159: // TODO: parsing and interpretation of LUIS entity resolutions CSharp/Library/Microsoft.Bot.Builder/FormFlow/FormDialog.cs (1 line): - line 778: // TODO: What if there are more than one command? CSharp/Library/Microsoft.Bot.Builder/Dialogs/PromptDialog.cs (1 line): - line 506: //TODO: Refactor buildlist function to a more generic namespace when changing prompt to use recognizers. CSharp/Library/Microsoft.Bot.Builder/FormFlow/AwaitableAttachment.cs (1 line): - line 120: // TODO: if field.Optional then display hint/tip that it can be skipped with 'none', for example