We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c69cf commit df59ee4Copy full SHA for df59ee4
dotnet/src/Azure.Iot.Operations.Protocol/AssemblyInfo.cs
@@ -0,0 +1,13 @@
1
+// Copyright (c) Microsoft Corporation.
2
+// Licensed under the MIT License.
3
+
4
+using System.Runtime.CompilerServices;
5
6
+[assembly: InternalsVisibleTo("Azure.Iot.Operations.Protocol.IntegrationTests")]
7
8
+namespace Azure.Iot.Operations.Protocol;
9
10
+public class AssemblyInfo {
11
+ // This class is intentionally left empty.
12
+ // It serves as a placeholder for assembly-level attributes and metadata.
13
+}
dotnet/test/Azure.Iot.Operations.Protocol.IntegrationTests/ChunkingMqttClientTests.cs
@@ -0,0 +1 @@
+
0 commit comments