Skip to content

Commit 1a5362b

Browse files
committed
Further warning fixes.
1 parent 8036d91 commit 1a5362b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

nanoFramework.Aws.IoTCore.Devices/MqttConnectionClient.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ namespace nanoFramework.Aws.IoTCore.Devices
1919
/// </summary>
2020
/// <remarks>
2121
/// Further documentation:
22-
/// <a href="https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/IotData/Generated/_netstandard/AmazonIotDataClient.cs"/>
23-
/// <a href="https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/src"/>
24-
/// <a href="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html"/>
25-
/// <remarks>
22+
/// <see href="https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/IotData/Generated/_netstandard/AmazonIotDataClient.cs"/>
23+
/// <see href="https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/src"/>
24+
/// <see href="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html"/>
25+
/// </remarks>
2626
public class MqttConnectionClient : IDisposable
2727
{
2828
/// <summary>
@@ -86,6 +86,8 @@ public enum QoSLevel
8686
/// </summary>
8787
public event CloudToDeviceMessage CloudToDeviceMessage;
8888

89+
internal MqttConnectionClient() { } //Required by IDisposable.
90+
8991

9092
/// <summary>
9193
/// Creates an <see cref="MqttConnectionClient"/> class.

0 commit comments

Comments
 (0)