/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.1.13
src/.editorconfig
16 строк
514 B
Shay Rojansky
Add PublicApiAnalyzers to stable branch (#3202)
02 окт 2020, 13:13
Не верифицирован
02 окт 2020, 13:13
0a937a3
Код
Авторство
О чём код?
# Public API Analyzers root = false [*.cs] # 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 # Public members should not use oblivious types # Temporary: 4.1 has oblivious surface types because System.Data itself was not yet annotated. # 5.0 should be fully annotated. dotnet_diagnostic.RS0041.severity = none