BASE/src/Microsoft.ApplicationInsights/Channel/Transmission.cs (2 lines): - line 384: /// TODO: Refactor this method, it does more than serialization activity. - line 421: // TODO: DO NOT SEND. RETURN FAILURE AND LET CHANNEL DECIDE WHEN TO RETRY. BASE/src/Microsoft.ApplicationInsights/DataContracts/ExceptionTelemetry.cs (1 line): - line 432: // TODO: when we localize these messages, we should consider not using InvariantCulture WEB/Src/DependencyCollector/DependencyCollector/Implementation/ProfilerRuntimeInstrumentation.cs (1 line): - line 116: // TODO - abaranch 10/6/16 - Only latest instrumentation engine supports Tasks so we need to uncomment this code and add funcs when StatusMonitor is out WEB/Src/WindowsServer/WindowsServer/Implementation/ServiceRuntime.cs (1 line): - line 26: // TODO: remove factory WEB/Src/DependencyCollector/DependencyCollector/Implementation/AzureSdk/AzureSdkDiagnosticsEventHandler.cs (1 line): - line 288: // TODO: could be optimized to avoid full URI parsing and allocation BASE/src/ServerTelemetryChannel/Implementation/Transmitter.cs (1 line): - line 36: [SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Justification = "TODO: change this in future submits.")] BASE/src/ServerTelemetryChannel/ServerTelemetryChannel.cs (1 line): - line 43: // TODO: IApplicationLifecycle implementation for netcore need to be written instead of null here. LOGGING/src/EventSource.Shared/EventSource.Shared/Utilities/ActivityPathDecoder.cs (1 line): - line 17: /// TODO: currently uses unsafe code. Will have to be refactored to safe code for partially-trusted environments like SharePoint. BASE/src/Microsoft.ApplicationInsights/TelemetryClient.cs (1 line): - line 689: /// TODO: Metrics flush to respect CancellationToken. BASE/src/Microsoft.ApplicationInsights/Metrics/Implementation/ConcurrentDatastructures/MultidimensionalCube2.cs (1 line): - line 262: // TODO: check if we can change from string to char, this will have some work WEB/Src/DependencyCollector/DependencyCollector/Implementation/SqlClientDiagnostics/SqlClientDiagnosticSourceListener.cs (1 line): - line 446: ?? Stopwatch.GetTimestamp(); // TODO corefx#20748 - timestamp missing from event data troubleshooting/ETW/TraceEventUtility.cs (1 line): - line 136: // TODO: If implement sdk/redfield toggle, should update this name. WEB/Src/PerformanceCollector/Perf.Shared.NetFull/Implementation/QuickPulse/Process/QuickPulseTopCpuCollector.cs (1 line): - line 119: // TODO: implement partial sort instead of full sort below WEB/Src/DependencyCollector/DependencyCollector/TelemetryDiagnosticSourceListener.cs (1 line): - line 165: // TODO verify if still needed once https://github.com/Microsoft/ApplicationInsights-dotnet/issues/562 is resolved LOGGING/src/ILogger/ApplicationInsightsLoggerProvider.cs (1 line): - line 113: // TODO: Should we sleep here? Should that be controlled by options? WEB/Src/EventCounterCollector/EventCounterCollector/EventCounterCollectionModule.cs (1 line): - line 18: // TODO: Need to revisit if this should be changed.