mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
8 lines
299 B
C#
8 lines
299 B
C#
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
|
|
using System.Diagnostics.CodeAnalysis;
|
|
|
|
// Disable the warning 'xUnit1031': https://xunit.net/xunit.analyzers/rules/xUnit1031
|
|
[assembly: SuppressMessage("xUnit", "xUnit1031", Justification = "Parallelization is disabled")]
|