sqlnexus/fmNexus.cs (6 lines): - line 393: // TODO: have console detect whether it's minimized and pass this info to fmNexus so that - line 749: // TODO: This is for real-time collection, which is not yet fully implemented... - line 2472: //TODO: Figure out what to do here - line 3038: //TODO: Put hyperlink code here - line 3066: //TODO: Put Toggle here - line 3108: //TODO: Put Back code here sqlnexus/fmnexus.as.resource.cs (6 lines): - line 364: // TODO: have console detect whether it's minimized and pass this info to fmNexus so that - line 667: // TODO: This is for real-time collection, which is not yet fully implemented... - line 2271: //TODO: Figure out what the heck to do here - line 2810: //TODO: Put hyperlink code here - line 2838: //TODO: Put Toggle here - line 2880: //TODO: Put Back code here RowsetImportEngine/TextRowsetImporter2.cs (4 lines): - line 576: // TODO: clean this up (same soln as in SimpleMessageRowset) - line 595: // TODO: Modify blocker script to use WITH TABLE_RESULTS for DBCC OPENTRAN so that - line 864: // TODO: If we fail to set row data, log row as failed along with BulkLoad.GetErrorMessage(). - line 881: // TODO: ErrorDialog needs to be enhanced to use ILogger RowsetImportEngine/Column.cs (4 lines): - line 5: // TODO: Need both DateTimeColumn and FloatColumn (for waitstats). - line 6: // TODO: Add error log text file showing the first 100 rows that a problem occurred on (flag in ). - line 185: // TODO: Verify whether SQLODBC date formatting depends on the system locale. Do we need a way to specify formatting or LCID? - line 357: // TODO: change validation to use tryparse to cut down on frequent "normal" parse exceptions (e.g. "NULL" in an int col) RowsetImportEngine/TextRowsetImporter.cs (3 lines): - line 647: // TODO: clean this up (same soln as in SimpleMessageRowset) - line 666: // TODO: Modify blocker script to use WITH TABLE_RESULTS for DBCC OPENTRAN so that - line 859: // TODO: If we fail to set row data, log row as failed along with BulkLoad.GetErrorMessage(). sqlnexus/Program.cs (3 lines): - line 110: // TODO: print out command line params as they are processed - line 111: // TODO: exit if -? passed - line 319: //JOTODO: Once import is complete and person closes Import screen, switch to PerfMain RDL automatically sqlnexus/fmCustomRowset.cs (2 lines): - line 249: //TODO: this needs to incoporate with TextRowsetImport - line 250: //TODO: need to add column support ReadTraceNexusImporter/ReadTraceNexusImporter.cs (2 lines): - line 1: // TODO: update debug bin path - line 79: // TODO: update enabled-by-default based on whether we found ReadTrace sqlnexus/DependencyManager.cs (1 line): - line 14: public static void CheckReportViewer() //JOTODO: Should we revive this code?? see https://github.com/microsoft/SqlNexus/issues/93 sqlnexus/fmMain.cs (1 line): - line 1436: // TODO: Implement this RowsetImportEngine/ErrorDialog.cs (1 line): - line 68: // TODO: mod NexusInterfaces to allow ignorable errors and provide a "Yes (Continue) for All" option sqlnexus/fmParameters.cs (1 line): - line 34: // TODO: Add any constructor code after InitializeComponent call sqlnexus/fmConnect.cs (1 line): - line 1: // TODO: remember last machine name, windows/sql auth, and sql login name PerfmonImporter/BLGImporter.cs (1 line): - line 240: //TODO: Expose the ability in the UI to select which ctr objects get loaded (to speed up the load). Could use a technique similar to the one below.