// ReSharper disable ClassNeverInstantiated.Global using System.Collections.Concurrent; using System.Diagnostics; using NSExt.Extensions; #if NET8_0_WINDOWS using Microsoft.Win32; #endif namespace Dot.Git; [Description(nameof(Ln.Git批量操作工具))] [Localization(typeof(Ln))] internal sealed class Main : ToolBase