src/Elastic.Transport/Components/Serialization/Serializer.cs (2 lines): - line 21: // TODO: Overloads taking a Memory/Span?? - line 35: // TODO: Overloads for (object?, Type) inputs src/Elastic.Transport/Products/Elasticsearch/ElasticsearchResponse.cs (1 line): - line 93: // TODO: We need nullable annotations here ideally as exception is not null when the return value is true. src/Elastic.Transport/Products/Elasticsearch/Failures/Error.cs (1 line): - line 70: // error.TODO = value; src/Elastic.Transport/Requests/MetaData/DefaultMetaHeaderProvider.cs (1 line): - line 74: // TODO - Cache values against key to avoid allocating a string each time src/Elastic.Transport/Diagnostics/DiagnosticSources.cs (1 line): - line 52: /// TODO investigate if we can update our source name src/Elastic.Transport/Configuration/TransportConfigurationDescriptor.cs (1 line): - line 188: //TODO these are not exposed globally src/Elastic.Transport/Products/Elasticsearch/ElasticsearchProductRegistration.cs (1 line): - line 119: //TODO remove settings dependency src/Elastic.Transport/Components/NodePool/StaticNodePool.cs (1 line): - line 71: // TODO - Diagnostic event here src/Elastic.Transport/Components/Pipeline/RequestPipeline.cs (1 line): - line 300: // TODO cancellationToken could throw here and will bubble out as OperationCancelledException src/Elastic.Transport/Responses/ResponseFactory.cs (1 line): - line 121: // TODO - Performance: Review options to avoid the replace here and compare more efficiently. src/Elastic.Transport/Configuration/TransportConfiguration.cs (1 line): - line 304: //TODO URI src/Elastic.Transport/Components/NodePool/CloudNodePool.cs (1 line): - line 45: //TODO implement debugger display for NodePool implementations and display it there and its ToString() src/Elastic.Transport/Products/Elasticsearch/Failures/ErrorCause.cs (1 line): - line 81: // TODO: This attribute is supported from 5.8 onward. At the moment Transport depends on that version but is that safe? src/Elastic.Transport/Responses/TransportResponse.cs (1 line): - line 30: // TODO: ApiCallDetails is always set, but nothing enforces it