Amazon.KinesisTap.Core/Infrastructure/Envelope.cs (3 lines): - line 250: // TODO: dispose managed state (managed objects) - line 253: // TODO: free unmanaged resources (unmanaged objects) and override finalizer - line 254: // TODO: set large fields to null Amazon.KinesisTap.Core/Utility.cs (1 line): - line 195: //TODO right now we're using TCP connection because that's what most Internet endpoint are using. Amazon.KinesisTap.FileSystem/RegexLogParser.cs (1 line): - line 129: // TODO figure out what's the use case scenario for this Amazon.KinesisTap.AWS/AWSBufferedSink.cs (1 line): - line 166: // TODO always forming a string is a bad idea. We should try to optimize this.