/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/CodeStyle/VisualBasic/CodeFixes/build/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.props
13 строк
684 B
Manish Vasani
Apply suggestions from code review
20 авг 2020, 00:49
Не верифицирован
20 авг 2020, 00:49
d4c3ab6
Код
Авторство
О чём код?
<Project> <!-- PropertyGroup to disable built-in CodeStyle analyzers from .NET SDK that have the identical IDE rules to those implemented in this package. This props file should only be present in the analyzer NuGet package, it should **not** be inserted into the .NET SDK. In future, if we need to insert a CodeStyle props file into the .NET SDK, we should move out the below property group into a separate props file which is not inserted into the .NET SDK. NOTE: Keep this file in sync with 'Microsoft.CodeAnalysis.CSharp.CodeStyle.props' --> <PropertyGroup> <EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild> </PropertyGroup> </Project>