products/shared/Global.cs
2026-02-26 12:51:25 +01:00

6 lines
273 B
C#

// Copyright (c) Duende Software. All rights reserved.
// See LICENSE in the project root for license information.
#pragma warning disable IDE0005 // Remove unnecessary using directives
global using Ct = System.Threading.CancellationToken;
#pragma warning restore IDE0005