/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test-logs
src/.editorconfig
16 строк
440 B
Nino Floris
Remove no sync context scope and add ConfigureAwait(false) (#5225)
26 сен 2023, 22:17
Не верифицирован
26 сен 2023, 22:17
8d51d1c
Код
Авторство
О чём код?
# Public API Analyzers root = false [*.cs] # Constructor make noninheritable base class inheritable dotnet_diagnostic.RS0022.severity = none # Do not add multiple public overloads with optional parameters dotnet_diagnostic.RS0026.severity = none # Public API with optional parameter(s) should have the most parameters amongst its public overloads. dotnet_diagnostic.RS0027.severity = none dotnet_diagnostic.CA2007.severity = warning;