We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcf523 commit e60bfd6Copy full SHA for e60bfd6
1 file changed
src/System Application/App/Agent/Troubleshooting/AgentTaskContextPart.Page.al
@@ -3,7 +3,9 @@
3
// Licensed under the MIT License. See License.txt in the project root for license information.
4
// ------------------------------------------------------------------------------------------------
5
6
+#pragma warning disable AS0007 // Aligning namespaces.
7
namespace System.Agents.Troubleshooting;
8
+#pragma warning restore AS0007
9
10
using System.Agents;
11
using System.Agents.TaskPane;
0 commit comments