/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/config/SourcePackage.editorconfig
18 строк
670 B
Tomáš Matoušek
More improvements to source packages (#78587)
16 май 2025, 01:46
Не верифицирован
16 май 2025, 01:46
015a854
Код
Авторство
О чём код?
# Remove the line below if you want to inherit .editorconfig settings from higher directories root = true # C# files [*.cs] # We don't want any analyzer diagnostics to be reported for people consuming this as a source package. dotnet_analyzer_diagnostic.severity = none generated_code = true # The above configurations don't apply to compiler warnings. Requiring all params to be documented # is not something we require for this project, so suppressing it directly here. dotnet_diagnostic.CS1573.severity = none # As above, we need to specifically disable compiler warnings that we don't want to break downstream # builds dotnet_diagnostic.IDE0005.severity = none