/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Directory.Build.props
12 строк
621 B
Genevieve Warren
Enforce code style (#32029)
25 окт 2022, 21:26
Не верифицирован
25 окт 2022, 21:26
4ce4f5b
Код
Авторство
О чём код?
<Project> <PropertyGroup> <!-- For non-SDK projects that import this file and then import Microsoft.Common.props, tell Microsoft.Common.props not to import Directory.Build.props again. --> <ImportDirectoryBuildProps>false</ImportDirectoryBuildProps> <!-- Enable .NET code analysis (this is necessary for projects that target 3.1 or earlier). --> <EnableNETAnalyzers>true</EnableNETAnalyzers> <AnalysisLevel>latest</AnalysisLevel> <AnalysisLevelSecurity>latest-recommended</AnalysisLevelSecurity> <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> </PropertyGroup> </Project>