Skip to content

Instantly share code, notes, and snippets.

@bastisk
Created November 20, 2015 10:54
Show Gist options
  • Save bastisk/342a0fed8ece3e4b79d9 to your computer and use it in GitHub Desktop.
Save bastisk/342a0fed8ece3e4b79d9 to your computer and use it in GitHub Desktop.
Error ProtocolGateway
Severity Code Description Project File Line
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IDeviceClient.cs 10
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Instrumentation\AveragePerformanceCounter.cs 3
Error CS0246 The type or namespace name 'PreciseTimeSpan' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Instrumentation\AveragePerformanceCounter.cs 16
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 7
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 8
Error CS0234 The type or namespace name 'Client' does not exist in the namespace 'Microsoft.Azure.Devices' (are you missing an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 9
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 13
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 13
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 18
Error CS0246 The type or namespace name 'PreciseTimeSpan' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 28
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 38
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 40
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 53
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\ChannelMessageProcessingException.cs 7
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\ChannelMessageProcessingException.cs 11
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\ChannelMessageProcessingException.cs 17
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\CompletionPendingMessageState.cs 7
Error CS0246 The type or namespace name 'PreciseTimeSpan' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\CompletionPendingMessageState.cs 13
Error CS0246 The type or namespace name 'PreciseTimeSpan' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\CompletionPendingMessageState.cs 28
Error CS0234 The type or namespace name 'Client' does not exist in the namespace 'Microsoft.Azure.Devices' (are you missing an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IDeviceClient.cs 4
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IDeviceClient.cs 8
Error CS0234 The type or namespace name 'Client' does not exist in the namespace 'Microsoft.Azure.Devices' (are you missing an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IotHubDeviceClient.cs 9
Error CS0246 The type or namespace name 'DeviceClient' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IotHubDeviceClient.cs 13
Error CS0246 The type or namespace name 'DeviceClient' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IotHubDeviceClient.cs 15
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IotHubDeviceClient.cs 46
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IotHubDeviceClient.cs 51
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 11
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 12
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 13
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 14
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 15
Error CS0234 The type or namespace name 'Client' does not exist in the namespace 'Microsoft.Azure.Devices' (are you missing an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 16
Error CS0234 The type or namespace name 'Client' does not exist in the namespace 'Microsoft.Azure.Devices' (are you missing an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 17
Error CS0246 The type or namespace name 'ChannelHandlerAdapter' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 24
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 44
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 45
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 46
Error CS0246 The type or namespace name 'PubRelPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 47
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 52
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 54
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 58
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 59
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 97
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 102
Error CS0115 'MqttIotHubAdapter.ChannelActive(IChannelHandlerContext)': no suitable method found to override ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 135
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 135
Error CS0115 'MqttIotHubAdapter.ChannelRead(IChannelHandlerContext, object)': no suitable method found to override ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 148
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 148
Error CS0115 'MqttIotHubAdapter.ChannelReadComplete(IChannelHandlerContext)': no suitable method found to override ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 177
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 177
Error CS0115 'MqttIotHubAdapter.ChannelInactive(IChannelHandlerContext)': no suitable method found to override ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 196
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 196
Error CS0115 'MqttIotHubAdapter.ExceptionCaught(IChannelHandlerContext, Exception)': no suitable method found to override ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 203
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 203
Error CS0115 'MqttIotHubAdapter.UserEventTriggered(IChannelHandlerContext, object)': no suitable method found to override ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 208
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 208
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 219
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 219
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 268
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 268
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 279
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 337
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 337
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 382
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 394
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 394
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 437
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 527
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 527
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 596
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 602
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 602
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 602
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 616
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 616
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 616
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 621
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 621
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 621
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 642
Error CS0246 The type or namespace name 'PreciseTimeSpan' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 643
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 653
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 677
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 702
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 727
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 737
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 760
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 760
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 786
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 802
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 824
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 856
Error CS0246 The type or namespace name 'ConnectPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 856
Error CS0246 The type or namespace name 'ConnectPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 980
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1001
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1051
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1056
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1066
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1084
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1181
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessor.cs 8
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessor.cs 12
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessor.cs 14
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessor.cs 19
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 9
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 10
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 11
Error CS0305 Using the generic type 'TaskCompletionSource<TResult>' requires 1 type arguments ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 17
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 35
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 97
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 128
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Persistence\Subscription.cs 8
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Persistence\Subscription.cs 12
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Persistence\Subscription.cs 17
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Persistence\Subscription.cs 28
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Persistence\Subscription.cs 31
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Persistence\TransientSessionStatePersistenceProvider.cs 7
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 10
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 11
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 12
Error CS0246 The type or namespace name 'PacketWithId' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 15
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 22
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 23
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 27
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 28
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 59
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 73
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 80
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 95
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 110
Error CS0246 The type or namespace name 'PacketWithId' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 146
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 183
Error CS0246 The type or namespace name 'PacketWithId' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 183
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Settings.cs 7
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Settings.cs 100
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 8
Error CS0234 The type or namespace name 'Client' does not exist in the namespace 'Microsoft.Azure.Devices' (are you missing an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 9
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 22
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 27
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 11
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 12
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 13
Error CS0234 The type or namespace name 'Client' does not exist in the namespace 'Microsoft.Azure.Devices' (are you missing an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 14
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 84
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 84
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 113
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 113
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 113
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 128
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 128
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 128
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 129
Error CS0246 The type or namespace name 'IAuthenticationMethod' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 169
Error CS0246 The type or namespace name 'IAuthenticationMethod' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 169
Error CS0246 The type or namespace name 'SubAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 202
Error CS0246 The type or namespace name 'SubscribePacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 202
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 202
Error CS0246 The type or namespace name 'UnsubAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 236
Error CS0246 The type or namespace name 'UnsubscribePacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 236
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 257
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\ReadOnlyByteBufferStream.cs 8
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\ReadOnlyByteBufferStream.cs 9
Error CS0246 The type or namespace name 'IByteBuffer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\ReadOnlyByteBufferStream.cs 13
Error CS0246 The type or namespace name 'IByteBuffer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\ReadOnlyByteBufferStream.cs 16
Error CS0234 The type or namespace name 'Storage' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 11
Error CS0234 The type or namespace name 'Storage' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 12
Error CS0246 The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 13
Error CS0246 The type or namespace name 'CloudBlobContainer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 17
Error CS0234 The type or namespace name 'Storage' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableMessageDeliveryState.cs 8
Error CS0246 The type or namespace name 'TableEntity' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableMessageDeliveryState.cs 10
Error CS0234 The type or namespace name 'Storage' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 15
Error CS0234 The type or namespace name 'Storage' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 16
Error CS0246 The type or namespace name 'Murmur' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 17
Error CS0246 The type or namespace name 'CloudTable' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 24
Error CS0246 The type or namespace name 'TableQuery<TableMessageDeliveryState>' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 119
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 12
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 13
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 14
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 15
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 16
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 17
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 18
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 19
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 20
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 21
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 22
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 23
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 24
Error CS0305 Using the generic type 'TaskCompletionSource<TResult>' requires 1 type arguments ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 32
Error CS0246 The type or namespace name 'ISettingsProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 33
Error CS0246 The type or namespace name 'Settings' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 34
Error CS0246 The type or namespace name 'ISessionStatePersistenceProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 35
Error CS0246 The type or namespace name 'IQos2StatePersistenceProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 36
Error CS0246 The type or namespace name 'IAuthenticationProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 37
Error CS0246 The type or namespace name 'ITopicNameRouter' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 38
Error CS0246 The type or namespace name 'IEventLoopGroup' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 40
Error CS0246 The type or namespace name 'IEventLoopGroup' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 41
Error CS0246 The type or namespace name 'IByteBufferAllocator' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 42
Error CS0246 The type or namespace name 'IChannel' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 43
Error CS0246 The type or namespace name 'ISettingsProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 45
Error CS0246 The type or namespace name 'ISessionStatePersistenceProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 45
Error CS0246 The type or namespace name 'IQos2StatePersistenceProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 45
Error CS0246 The type or namespace name 'ServerBootstrap' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 124
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 10
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 11
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 12
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 13
Error CS0246 The type or namespace name 'ChannelHandlerAdapter' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 15
Error CS0115 'MqttPacketPayloadCompressionHandler.ChannelRead(IChannelHandlerContext, object)': no suitable method found to override ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 17
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 17
Error CS0115 'MqttPacketPayloadCompressionHandler.WriteAsync(IChannelHandlerContext, object)': no suitable method found to override ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 28
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 28
Error CS0246 The type or namespace name 'IByteBuffer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 39
Error CS0246 The type or namespace name 'IByteBuffer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 39
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 12
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 13
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 14
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 15
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 16
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 17
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 18
Error CS0234 The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 19
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 11
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 12
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 13
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 14
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 15
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 16
Error CS0234 The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 17
Error CS0234 The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 18
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\ConsoleLoggingHandler.cs 7
Error CS0246 The type or namespace name 'ChannelHandlerAdapter' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\ConsoleLoggingHandler.cs 9
Error CS0115 'ConsoleLoggingHandler.IsSharable': no suitable method found to override ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\ConsoleLoggingHandler.cs 22
Error CS0115 'ConsoleLoggingHandler.UserEventTriggered(IChannelHandlerContext, object)': no suitable method found to override ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\ConsoleLoggingHandler.cs 27
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\ConsoleLoggingHandler.cs 27
Error CS0115 'ConsoleLoggingHandler.ExceptionCaught(IChannelHandlerContext, Exception)': no suitable method found to override ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\ConsoleLoggingHandler.cs 33
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\ConsoleLoggingHandler.cs 33
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 13
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 14
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 15
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 16
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 17
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 18
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 19
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 20
Error CS0234 The type or namespace name 'Common' does not exist in the namespace 'Microsoft.Azure.Devices' (are you missing an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 22
Error CS0246 The type or namespace name 'IotHubConnectionStringBuilder' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 32
Error CS0246 The type or namespace name 'Bootstrap' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 36
Error CS0246 The type or namespace name 'IEventLoopGroup' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 38
Error CS0246 The type or namespace name 'IByteBuffer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 160
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 192
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\OccasionalTelemetryRunner.cs 11
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\OccasionalTelemetryRunner.cs 12
Error CS0246 The type or namespace name 'IEventLoopGroup' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\OccasionalTelemetryRunner.cs 17
Error CS0246 The type or namespace name 'CommandLine' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 7
Error CS0246 The type or namespace name 'OptionArray' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 11
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 11
Error CS0246 The type or namespace name 'Option' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 19
Error CS0246 The type or namespace name 'DefaultValue' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 19
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 19
Error CS0246 The type or namespace name 'Option' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 22
Error CS0246 The type or namespace name 'DefaultValue' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 22
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 22
Error CS0246 The type or namespace name 'Option' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 25
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 25
Error CS0246 The type or namespace name 'Option' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 28
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 28
Error CS0246 The type or namespace name 'Option' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 31
Error CS0246 The type or namespace name 'DefaultValue' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 31
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 31
Error CS0246 The type or namespace name 'Option' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 34
Error CS0246 The type or namespace name 'DefaultValue' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 34
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 34
Error CS0246 The type or namespace name 'Option' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 37
Error CS0246 The type or namespace name 'DefaultValue' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 37
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 37
Error CS0246 The type or namespace name 'Option' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 40
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 40
Error CS0246 The type or namespace name 'Option' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 43
Error CS0246 The type or namespace name 'HelpText' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Options.cs 43
Error CS0246 The type or namespace name 'CommandLine' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Program.cs 12
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Program.cs 13
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\StableTelemetryRunner.cs 10
Error CS0246 The type or namespace name 'DotNetty' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\StableTelemetryRunner.cs 11
Error CS0246 The type or namespace name 'IEventLoopGroup' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\StableTelemetryRunner.cs 16
Error CS0246 The type or namespace name 'PreciseTimeSpan' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Instrumentation\AveragePerformanceCounter.cs 18
Error CS0103 The name 'PreciseTimeSpan' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Instrumentation\AveragePerformanceCounter.cs 18
Error CS0103 The name 'PreciseTimeSpan' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\AckPendingMessageState.cs 25
Error CS0246 The type or namespace name 'DeviceClient' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IotHubDeviceClient.cs 22
Error CS0103 The name 'DeviceClient' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IotHubDeviceClient.cs 22
Error CS0246 The type or namespace name 'IotHubConnectionStringBuilder' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IotHubDeviceClient.cs 29
Error CS0103 The name 'IotHubConnectionStringBuilder' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\IotHubDeviceClient.cs 29
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 32
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 33
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 71
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 76
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 85
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 89
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 91
Error CS0246 The type or namespace name 'PubRelPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 93
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 99
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 104
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 150
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 153
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 159
Error CS0246 The type or namespace name 'TlsHandshakeCompletionEvent' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 210
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 231
Error CS0246 The type or namespace name 'ConnectPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 232
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 234
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 236
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 238
Error CS0246 The type or namespace name 'PubAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 239
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 241
Error CS0246 The type or namespace name 'PubRecPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 242
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 244
Error CS0246 The type or namespace name 'PubCompPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 245
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 247
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 248
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 251
Error CS0103 The name 'PingRespPacket' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 253
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 256
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 286
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 287
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 288
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 292
Error CS0246 The type or namespace name 'SubscribePacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 293
Error CS0103 The name 'PacketType' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 295
Error CS0246 The type or namespace name 'UnsubscribePacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 296
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 315
Error CS0246 The type or namespace name 'PreciseTimeSpan' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 344
Error CS0103 The name 'PreciseTimeSpan' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 344
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 350
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 364
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 368
Error CS0103 The name 'PubAckPacket' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 369
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 373
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 443
Error CS0246 The type or namespace name 'IotHubException' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 517
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 548
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 549
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 565
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 568
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 571
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 574
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 575
Error CS0103 The name 'PreciseTimeSpan' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 638
Error CS0246 The type or namespace name 'PubRelPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 645
Error CS0246 The type or namespace name 'IotHubException' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 750
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 773
Error CS0246 The type or namespace name 'PubRelPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 790
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 805
Error CS0246 The type or namespace name 'ConnAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 875
Error CS0103 The name 'ConnectReturnCode' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 877
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 894
Error CS0246 The type or namespace name 'ConnAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 908
Error CS0103 The name 'ConnectReturnCode' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 911
Error CS0246 The type or namespace name 'ConnAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 927
Error CS0103 The name 'ConnectReturnCode' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 929
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1020
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1029
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1039
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1097
Error CS0246 The type or namespace name 'Packet' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1102
Error CS0103 The name 'ReferenceCountUtil' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1103
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\MqttIotHubAdapter.cs 1107
Error CS0305 Using the generic type 'TaskCompletionSource<TResult>' requires 1 type arguments ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 22
Error CS0103 The name 'ReferenceCountUtil' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 49
Error CS0103 The name 'ReferenceCountUtil' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\PacketAsyncProcessorBase.cs 87
Error CS0103 The name 'TaskEx' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Persistence\TransientSessionStatePersistenceProvider.cs 23
Error CS0103 The name 'TaskEx' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Persistence\TransientSessionStatePersistenceProvider.cs 28
Error CS0103 The name 'TaskEx' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 67
Error CS0246 The type or namespace name 'IChannelHandlerContext' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 123
Error CS0103 The name 'TaskEx' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\RequestAckPairProcessor.cs 186
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Settings.cs 58
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Settings.cs 59
Error CS0103 The name 'TaskEx' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 24
Error CS0246 The type or namespace name 'Message' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 29
Error CS0103 The name 'TaskEx' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 36
Error CS0103 The name 'TaskEx' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 41
Error CS0103 The name 'TaskEx' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 46
Warning CS1998 This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\StubDeviceClient.cs 49
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 86
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 93
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 94
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 133
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 135
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 140
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 143
Error CS0246 The type or namespace name 'IByteBuffer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 160
Error CS0246 The type or namespace name 'DeviceAuthenticationWithSharedAccessPolicyKey' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 175
Error CS0246 The type or namespace name 'DeviceAuthenticationWithSharedAccessPolicyKey' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 178
Error CS0246 The type or namespace name 'DeviceAuthenticationWithRegistrySymmetricKey' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 180
Error CS0246 The type or namespace name 'DeviceAuthenticationWithRegistrySymmetricKey' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 183
Error CS0246 The type or namespace name 'DeviceAuthenticationWithToken' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 185
Error CS0246 The type or namespace name 'DeviceAuthenticationWithToken' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 188
Error CS0246 The type or namespace name 'DeviceAuthenticationWithToken' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 192
Error CS0246 The type or namespace name 'DeviceAuthenticationWithRegistrySymmetricKey' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 194
Error CS0246 The type or namespace name 'DeviceAuthenticationWithSharedAccessPolicyKey' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 196
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 205
Error CS0246 The type or namespace name 'SubscriptionRequest' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 206
Error CS0246 The type or namespace name 'QualityOfService' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 220
Error CS0246 The type or namespace name 'SubAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 228
Error CS0246 The type or namespace name 'UnsubAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 250
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\Mqtt\Util.cs 260
Error CS0103 The name 'ReferenceCountUtil' does not exist in the current context ProtocolGateway.Core C:\Projects\protocolgateway-2\src\ProtocolGateway.Core\ReadOnlyByteBufferStream.cs 70
Error CS0246 The type or namespace name 'CloudStorageAccount' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 21
Error CS0103 The name 'CloudStorageAccount' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 22
Error CS0246 The type or namespace name 'CloudBlobClient' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 29
Error CS0246 The type or namespace name 'CloudBlockBlob' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 61
Error CS0246 The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 62
Error CS0103 The name 'JsonSerializer' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 62
Error CS0246 The type or namespace name 'JsonTextReader' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 74
Error CS0246 The type or namespace name 'StorageException' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 84
Error CS0246 The type or namespace name 'CloudBlockBlob' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 111
Error CS0246 The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 115
Error CS0103 The name 'JsonSerializer' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 115
Error CS0246 The type or namespace name 'AccessCondition' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 120
Error CS0103 The name 'AccessCondition' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 121
Error CS0103 The name 'AccessCondition' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 122
Error CS0246 The type or namespace name 'CloudBlockBlob' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 136
Error CS0103 The name 'DeleteSnapshotsOption' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 138
Error CS0246 The type or namespace name 'AccessCondition' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\BlobSessionStatePersistenceProvider.cs 139
Error CS1061 'TableMessageDeliveryState' does not contain a definition for 'Timestamp' and no extension method 'Timestamp' accepting a first argument of type 'TableMessageDeliveryState' could be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableMessageDeliveryState.cs 24
Error CS1061 'TableMessageDeliveryState' does not contain a definition for 'Timestamp' and no extension method 'Timestamp' accepting a first argument of type 'TableMessageDeliveryState' could be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableMessageDeliveryState.cs 25
Error CS0246 The type or namespace name 'CloudStorageAccount' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 28
Error CS0103 The name 'CloudStorageAccount' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 29
Error CS0246 The type or namespace name 'CloudTableClient' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 36
Error CS0246 The type or namespace name 'TableQuery<TableMessageDeliveryState>' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 66
Error CS0103 The name 'TableQuery' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 68
Error CS0103 The name 'TableQuery' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 69
Error CS0103 The name 'QueryComparisons' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 69
Error CS0103 The name 'TableOperators' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 70
Error CS0103 The name 'TableQuery' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 71
Error CS0103 The name 'QueryComparisons' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 71
Error CS1061 'TableMessageDeliveryState' does not contain a definition for 'ETag' and no extension method 'ETag' accepting a first argument of type 'TableMessageDeliveryState' could be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 81
Error CS0103 The name 'TableOperation' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 86
Error CS0246 The type or namespace name 'TableOperation' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 94
Error CS1061 'TableMessageDeliveryState' does not contain a definition for 'ETag' and no extension method 'ETag' accepting a first argument of type 'TableMessageDeliveryState' could be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 95
Error CS1061 'TableMessageDeliveryState' does not contain a definition for 'PartitionKey' and no extension method 'PartitionKey' accepting a first argument of type 'TableMessageDeliveryState' could be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 97
Error CS1061 'TableMessageDeliveryState' does not contain a definition for 'RowKey' and no extension method 'RowKey' accepting a first argument of type 'TableMessageDeliveryState' could be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 98
Error CS0103 The name 'TableOperation' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 99
Error CS0103 The name 'TableOperation' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 103
Error CS0246 The type or namespace name 'TableContinuationToken' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 121
Error CS0246 The type or namespace name 'TableQuerySegment<TableMessageDeliveryState>' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 124
Error CS0103 The name 'MurmurHash' does not exist in the current context ProtocolGateway.Providers.CloudStorage C:\Projects\protocolgateway-2\src\ProtocolGateway.Providers.CloudStorage\TableQos2StatePersistenceProvider.cs 145
Warning Could not resolve this reference. Could not locate the assembly "Microsoft.Azure.Devices.ProtocolGateway.Core". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. ProtocolGateway.Samples.Common
Warning Could not resolve this reference. Could not locate the assembly "Microsoft.Azure.Devices.ProtocolGateway.Providers.CloudStorage". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. ProtocolGateway.Samples.Common
Warning The referenced component 'Microsoft.Azure.Devices.ProtocolGateway.Core' could not be found. ProtocolGateway.Samples.Common
Warning The referenced component 'Microsoft.Azure.Devices.ProtocolGateway.Providers.CloudStorage' could not be found. ProtocolGateway.Samples.Common
Error CS0305 Using the generic type 'TaskCompletionSource<TResult>' requires 1 type arguments ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 50
Error CS0246 The type or namespace name 'Settings' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 53
Error CS0246 The type or namespace name 'SasTokenAuthenticationProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 56
Error CS0246 The type or namespace name 'TopicNameRouter' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 57
Error CS0103 The name 'PerformanceCounters' does not exist in the current context ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 74
Error CS0103 The name 'PerformanceCounters' does not exist in the current context ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 75
Error CS0246 The type or namespace name 'MultithreadEventLoopGroup' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 78
Error CS0246 The type or namespace name 'MultithreadEventLoopGroup' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 79
Error CS0246 The type or namespace name 'PooledByteBufferAllocator' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 80
Error CS0246 The type or namespace name 'ServerBootstrap' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 82
Error CS0246 The type or namespace name 'DeviceClientFactoryFunc' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 133
Error CS0103 The name 'IotHubDeviceClient' does not exist in the current context ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 136
Error CS0246 The type or namespace name 'ServerBootstrap' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 138
Error CS0103 The name 'ChannelOption' does not exist in the current context ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 140
Error CS0103 The name 'ChannelOption' does not exist in the current context ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 141
Error CS0103 The name 'ChannelOption' does not exist in the current context ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 142
Error CS0246 The type or namespace name 'TcpServerSocketChannel' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 143
Error CS0246 The type or namespace name 'ActionChannelInitializer<ISocketChannel>' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 144
Error CS0246 The type or namespace name 'ISocketChannel' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\Bootstrapper.cs 144
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 19
Error CS0246 The type or namespace name 'IByteBuffer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 22
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 30
Error CS0246 The type or namespace name 'IByteBuffer' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 33
Error CS0103 The name 'Unpooled' does not exist in the current context ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 52
Error CS0103 The name 'ReferenceCountUtil' does not exist in the current context ProtocolGateway.Samples.Common C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\MqttPacketPayloadCompressionHandler.cs 57
Warning Could not resolve this reference. Could not locate the assembly "Microsoft.Azure.Devices.ProtocolGateway.Core". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. ProtocolGateway.Samples.Cloud.Host
Warning Could not resolve this reference. Could not locate the assembly "Microsoft.Azure.Devices.ProtocolGateway.Providers.CloudStorage". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. ProtocolGateway.Samples.Cloud.Host
Warning Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="WindowsAzureEventSource" culture="neutral" publicKeyToken="31bf3856ad364e35" /><bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="WindowsAzureTelemetryEvents" culture="neutral" publicKeyToken="31bf3856ad364e35" /><bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="Microsoft.WindowsAzure.ServiceRuntime" culture="neutral" publicKeyToken="31bf3856ad364e35" /><bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="msshrtmi" culture="neutral" publicKeyToken="31bf3856ad364e35" /><bindingRedirect oldVersion="0.0.0.0-2.7.0.0" newVersion="2.7.0.0" /></dependentAssembly></assemblyBinding> ProtocolGateway.Samples.Cloud.Host
Warning The referenced component 'Microsoft.Azure.Devices.ProtocolGateway.Core' could not be found. ProtocolGateway.Samples.Cloud.Host
Warning The referenced component 'Microsoft.Azure.Devices.ProtocolGateway.Providers.CloudStorage' could not be found. ProtocolGateway.Samples.Cloud.Host
Error Metadata file 'C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Common\bin\Release\ProtocolGateway.Samples.Common.dll' could not be found ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\CSC
Error CS0246 The type or namespace name 'RoleEnvironmentSettingsProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 68
Error CS0246 The type or namespace name 'ObservableEventListener' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 70
Error CS0103 The name 'MqttIotHubAdapterEventSource' does not exist in the current context ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 73
Error CS0103 The name 'ChannelEventSource' does not exist in the current context ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 74
Error CS0103 The name 'BootstrapEventSource' does not exist in the current context ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 75
Error CS0103 The name 'ExecutorEventSource' does not exist in the current context ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 76
Error CS0103 The name 'MqttEventSource' does not exist in the current context ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 77
Error CS0246 The type or namespace name 'BlobSessionStatePersistenceProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 86
Error CS0103 The name 'BlobSessionStatePersistenceProvider' does not exist in the current context ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 87
Error CS0246 The type or namespace name 'TableQos2StatePersistenceProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 91
Error CS0103 The name 'TableQos2StatePersistenceProvider' does not exist in the current context ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 92
Error CS0246 The type or namespace name 'ISettingsProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Cloud.Host C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\WorkerRole.cs 96
Error CS0246 The type or namespace name 'ChannelHandlerAdapter' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests\EndToEndTests.cs 114
Error CS1503 Argument 3: cannot convert from 'Microsoft.Azure.Devices.ProtocolGateway.Mqtt.MqttIotHubAdapter' to 'DotNetty.Transport.Channels.IChannelHandler' ProtocolGateway.Tests C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests\EndToEndTests.cs 117
Error WAT070 : The referenced assembly C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Cloud.Host\bin\Release\ProtocolGateway.Samples.Cloud.Host.dll was not found. Please make sure to build the role project that produces this assembly before building this Microsoft Azure Cloud Service Project. ProtocolGateway.Samples.Cloud C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Windows Azure Tools\2.7\Microsoft.WindowsAzure.targets 1329
Warning The referenced component 'Microsoft.Azure.Devices.ProtocolGateway.Core' could not be found. ProtocolGateway.Samples.Console
Warning The referenced component 'Microsoft.Azure.Devices.ProtocolGateway.Providers.CloudStorage' could not be found. ProtocolGateway.Samples.Console
Error CS0246 The type or namespace name 'ObservableEventListener' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 37
Error CS0103 The name 'MqttIotHubAdapterEventSource' does not exist in the current context ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 40
Error CS0103 The name 'ChannelEventSource' does not exist in the current context ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 41
Error CS0103 The name 'BootstrapEventSource' does not exist in the current context ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 42
Error CS0103 The name 'ExecutorEventSource' does not exist in the current context ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 43
Error CS0103 The name 'MqttEventSource' does not exist in the current context ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 44
Error CS0246 The type or namespace name 'AppConfigSettingsProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 51
Error CS0246 The type or namespace name 'BlobSessionStatePersistenceProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 52
Error CS0103 The name 'BlobSessionStatePersistenceProvider' does not exist in the current context ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 52
Error CS0246 The type or namespace name 'TableQos2StatePersistenceProvider' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 56
Error CS0103 The name 'TableQos2StatePersistenceProvider' does not exist in the current context ProtocolGateway.Samples.Console C:\Projects\protocolgateway-2\samples\ProtocolGateway.Samples.Console\Program.cs 56
Error CS0103 The name 'IotHubConnectionStringBuilder' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 43
Error CS0246 The type or namespace name 'Bootstrap' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 44
Error CS0246 The type or namespace name 'TcpSocketChannel' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 46
Error CS0103 The name 'ChannelOption' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 47
Error CS0246 The type or namespace name 'SharedAccessSignatureBuilder' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 53
Error CS0305 Using the generic type 'TaskCompletionSource<TResult>' requires 1 type arguments ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 61
Error CS0246 The type or namespace name 'Bootstrap' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 62
Error CS0246 The type or namespace name 'ActionChannelInitializer<ISocketChannel>' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 63
Error CS0246 The type or namespace name 'ISocketChannel' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 63
Error CS0246 The type or namespace name 'ConnectPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 92
Error CS0246 The type or namespace name 'ConnAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 104
Error CS0103 The name 'ConnectReturnCode' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 109
Error CS0103 The name 'Unpooled' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 164
Error CS0246 The type or namespace name 'SubscribePacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 176
Error CS0246 The type or namespace name 'SubscriptionRequest' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 178
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 178
Error CS0246 The type or namespace name 'SubAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 180
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 185
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 196
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 198
Error CS0246 The type or namespace name 'PublishPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 199
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 206
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 208
Error CS0246 The type or namespace name 'PubAckPacket' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\DeviceRunner.cs 217
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\OccasionalTelemetryRunner.cs 32
Error CS0103 The name 'Parser' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Program.cs 21
Error CS0246 The type or namespace name 'MultithreadEventLoopGroup' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Program.cs 38
Error CS0246 The type or namespace name 'RegistryManager' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Program.cs 83
Error CS0103 The name 'RegistryManager' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Program.cs 83
Error CS0246 The type or namespace name 'Device' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Program.cs 94
Error CS0246 The type or namespace name 'AuthenticationMechanism' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Program.cs 96
Error CS0246 The type or namespace name 'SymmetricKey' could not be found (are you missing a using directive or an assembly reference?) ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\Program.cs 98
Error CS0103 The name 'QualityOfService' does not exist in the current context ProtocolGateway.Tests.Load C:\Projects\protocolgateway-2\test\ProtocolGateway.Tests.Load\StableTelemetryRunner.cs 33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment