Skip to content

Commit 79f2904

Browse files
GabrielDufclaude
andcommitted
Fix import ordering in IpcServer and WinGet interop factory
Sort using directives alphabetically in IpcServer.cs and WindowsPackageManagerStandardFactory.cs so `dotnet format style` no longer reports IMPORTS errors. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 367cf7c commit 79f2904

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/UniGetUI.Interface.IpcApi/IpcServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
using System.Diagnostics.CodeAnalysis;
12
using System.Text;
23
using System.Text.Json;
3-
using System.Diagnostics.CodeAnalysis;
44
using Microsoft.AspNetCore.Builder;
55
using Microsoft.AspNetCore.Hosting;
66
using Microsoft.AspNetCore.Http;

src/WindowsPackageManager.Interop/WindowsPackageManager/WindowsPackageManagerStandardFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4+
using System.Diagnostics.CodeAnalysis;
45
using System.Runtime.InteropServices;
56
using System.Runtime.Versioning;
6-
using System.Diagnostics.CodeAnalysis;
77
using Windows.Win32.System.Com;
88
using WinRT;
99

0 commit comments

Comments
 (0)