Migration/MigrationV3V4/CSharp/ContosoHelpdeskChatBot-V4NetCore/ContosoHelpdeskChatBot/Dialogs/ResetPasswordDialog.cs (3 lines): - line 59: // TODO: save PassCode to database - line 73: // TODO: send passcode to user via SMS. - line 100: // TODO: Retrieve the passcode from the database. Migration/MigrationV3V4/CSharp/ContosoHelpdeskChatBot-V4NetFramework/ContosoHelpdeskChatBot/Dialogs/ResetPasswordDialog.cs (3 lines): - line 59: // TODO: save PassCode to database - line 73: // TODO: send passcode to user via SMS. - line 100: // TODO: Retrieve the passcode from the database. generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBotWithTests/CoreBot/Dialogs/MainDialog.cs (2 lines): - line 91: // We haven't implemented the GetWeatherDialog so we just display a TODO message. - line 92: var getWeatherMessageText = "TODO: get weather flow here"; generators/generator-botbuilder/generators/app/templates/core/dialogs/mainDialog.js (2 lines): - line 101: // We haven't implemented the GetWeatherDialog so we just display a TODO message. - line 102: const getWeatherMessageText = 'TODO: get weather flow here'; generators/vsix-vs-win/BotBuilderVSIX-V4/UncompressedProjectTemplates/CoreBot/Dialogs/MainDialog.cs (2 lines): - line 90: // We haven't implemented the GetWeatherDialog so we just display a TODO message. - line 91: var getWeatherMessageText = "TODO: get weather flow here"; generators/java/generators/app/templates/core/src/main/java/MainDialog.java (2 lines): - line 130: // We haven't implemented the GetWeatherDialog so we just display a TODO message. - line 131: String getWeatherMessageText = "TODO: get weather flow here"; generators/dotnet-templates/Microsoft.BotFramework.CSharp.CoreBot/content/CoreBot/Dialogs/MainDialog.cs (2 lines): - line 88: // We haven't implemented the GetWeatherDialog so we just display a TODO message. - line 89: var getWeatherMessageText = "TODO: get weather flow here"; Migration/MigrationV3V4/CSharp/ContosoHelpdeskChatBot-V3/ContosoHelpdeskChatBot/Dialogs/InstallAppDialog.cs (2 lines): - line 96: //TODO: Save to database - line 109: //TODO: Add EF to lookup database generators/generator-botbuilder/generators/app/templates/core/dialogs/mainDialog.ts (2 lines): - line 115: // We haven't implemented the GetWeatherDialog so we just display a TODO message. - line 116: const getWeatherMessageText = 'TODO: get weather flow here'; Migration/MigrationV3V4/CSharp/ContosoHelpdeskChatBot-V4NetCore/ContosoHelpdeskChatBot/Dialogs/LocalAdminDialog.cs (1 line): - line 46: //TODO: Save to this information to the database. Migration/MigrationV3V4/CSharp/ContosoHelpdeskChatBot-V4NetFramework/ContosoHelpdeskChatBot/Dialogs/LocalAdminDialog.cs (1 line): - line 46: //TODO: Save to this information to the database. Migration/MigrationV3V4/CSharp/ContosoHelpdeskChatBot-V4NetFramework/ContosoHelpdeskChatBot/Dialogs/InstallAppDialog.cs (1 line): - line 127: //TODO: Save to this information to the database. Migration/MigrationV3V4/CSharp/ContosoHelpdeskChatBot-V4NetCore/ContosoHelpdeskChatBot/Dialogs/InstallAppDialog.cs (1 line): - line 127: //TODO: Save to this information to the database. experimental/generation/generator/packages/library/src/testGenerator.ts (1 line): - line 91: // TODO: Responses really should include a status code as well to model errors. generators/python/app/templates/core/{{cookiecutter.bot_name}}/dialogs/main_dialog.py (1 line): - line 86: get_weather_text = "TODO: get weather flow here" experimental/adaptive-tool/client/src/providers/debugger.ts (1 line): - line 32: // TODO: any validation or fixes or UI we want to do around configurations