/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.6.0
test/xUnit/AssemblyInfo.cs
7 строк
299 B
Dongbo Wang
Bump `xUnit` to 2.6.3 and disable the `xUnit1031` warning (#20899)
12 дек 2023, 01:14
Не верифицирован
12 дек 2023, 01:14
0adffa1
Код
Авторство
О чём код?
// 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")]