vsts/vsts.yaml (4 lines): - line 526: # TODO #181 Config issue: must run on Debug builds only with valid PDBs. - line 534: # TODO #181 Config issue: must run on Debug builds only with valid PDBs. - line 544: # TODO #181 Samples / tests fail the test due to fake connection strings. - line 575: # TODO #181 Enable post analysis to break builds after all above items are enabled. iothub/service/src/Registry/RegistryManager.cs (4 lines): - line 1962: // TODO: Do we need to deserialize Twin, only to serialize it again? - line 2039: // TODO: Do we need to deserialize Twin, only to serialize it again? - line 2159: // TODO: Do we need to deserialize Twin, only to serialize it again? - line 2232: // TODO: Do we need to deserialize Twin, only to serialize it again? iothub/service/src/IotHubClientWebSocket.cs (4 lines): - line 224: // TODO: rewrite this section to handle all control frames (including ping) - line 248: return 0; // TODO: throw exception? - line 598: // TODO add fragmented message support - line 602: // TODO: check RSV? iothub/device/src/net451/IotHubClientWebSocket.cs (4 lines): - line 236: // TODO: rewrite this section to handle all control frames (including ping) - line 265: return 0; // TODO: throw exception? - line 594: // TODO add fragmented message support - line 598: // TODO: check RSV? provisioning/transport/mqtt/src/ProvisioningTransportHandlerMqtt.cs (3 lines): - line 37: // TODO: Unify these constants with IoT hub Device client. - line 113: // TODO: Fallback not implemented. - line 130: // TODO: Fallback not implemented. common/src/service/HttpClientHelper.cs (3 lines): - line 249: // TODO: skintali: Use string etag when service side changes are ready - line 763: // TODO: pradeepc - find out the list of exceptions that HttpClient can throw. - line 793: // TODO: pradeepc - need to confirm this with ASP.NET team iothub/device/src/net451/Common/LegacyClientWebSocketTransport.cs (2 lines): - line 44: _asyncReadBufferSize = MaxReadBufferSize; // TODO: read from Config Settings - line 97: // TODO: Is this assert valid at all? It should be ok for caller to ask for more bytes than we can give... iothub/service/src/Common/WebApi/ResourceRequest.cs (2 lines): - line 32: /// TODO: hard code locations in enum. - line 39: /// TODO: No more than 15 tags, max length per key is 512 chars. iothub/device/src/Transport/Http/HttpClientHelper.cs (2 lines): - line 479: // TODO: pradeepc - find out the list of exceptions that HttpClient can throw. - line 507: // TODO: pradeepc - need to confirm this with ASP.NET team iothub/service/src/Common/Amqp/LegacyClientWebSocketTransport.cs (2 lines): - line 39: _asyncReadBufferSize = MaxReadBufferSize; // TODO: read from Config Settings - line 153: // TODO: Is this assert valid at all? It should be ok for caller to ask for more bytes than we can give... common/src/service/CommonConstants.cs (1 line): - line 13: // TODO: move these to ConfigProvider provisioning/service/src/CodeAnalysisOverrides.cs (1 line): - line 8: // TODO #177 Remove localization. iothub/device/src/Transport/Amqp/AmqpConnectionHolder.cs (1 line): - line 254: // TODO #887: handle gracefulDisconnect iothub/service/src/Messaging/Models/MessageConverter.cs (1 line): - line 112: // TODO: RDBug 4093369 Handling of non-string property values in Amqp messages provisioning/service/src/Query.cs (1 line): - line 102: // TODO: Refactor ContractApiHttp being created again iothub/service/src/Query/Query.cs (1 line): - line 128: // TODO: optimize this 2nd parse from JObject to target object type T provisioning/transport/mqtt/src/ProvisioningChannelHandlerAdapter.cs (1 line): - line 383: try // TODO : extract generic method for exception handling. iothub/device/src/DeviceClient.cs (1 line): - line 841: /// TODO:azabbasi iothub/service/src/Jobs/JobRequest.cs (1 line): - line 56: // TODO: siport : validate if we want utc on the internal propname but not on the external common/src/device/provisioning/transport/ClientApiVersionHelper.cs (1 line): - line 8: // TODO: Split ApiVersionName as it is only used by HTTP and AMQP. shared/src/TwinJsonConverter.cs (1 line): - line 225: // TODO: validate that this code is not reached. iothub/device/src/DirectMethod/MethodResponseInternal.cs (1 line): - line 44: // UWP cannot expose a method with System.IO.Stream in signature. TODO: consider adding an IRandomAccessStream overload build.ps1 (1 line): - line 450: # TODO: remove this condition in future docker on windows version when this is working. iothub/service/src/Common/SignalGate.cs (1 line): - line 10: //TODO: 171524 - Across remoting boundary Serializable is not sufficient, and requires AsyncResult that derives from MarshalByRefObject. iothub/device/src/Message.cs (1 line): - line 44: // UWP cannot expose a method with System.IO.Stream in signature. TODO: consider adding an IRandomAccessStream overload provisioning/device/src/ProductInfo.cs (1 line): - line 9: // TODO: Unify ProductInfo with DeviceClient. iothub/device/src/Common/SignalGate.cs (1 line): - line 10: //TODO: 171524 - Across remoting boundary Serializable is not sufficient, and requires AsyncResult that derives from MarshalByRefObject. iothub/device/src/Transport/AmqpIot/AmqpIotMessageConverter.cs (1 line): - line 172: // TODO: RDBug 4093369 Handling of non-string property values in AMQP messages iothub/service/src/Amqp/IotHubConnection.cs (1 line): - line 501: Certificate = null, // TODO: add client cert support