/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/SiteExtensions/LoggingBranch/Directory.Build.targets
18 строк
658 B
William Godbe
Enable IDE0005 analyzer in the build (#49080)
07 июл 2026, 23:05
Не верифицирован
07 июл 2026, 23:05
9e65638
Код
Авторство
О чём код?
<Project> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.targets))\Directory.Build.targets" /> <Import Project="..\Sdk\SiteExtension.targets" /> <PropertyGroup> <!-- There is no build output --> <IncludeBuildOutput>false</IncludeBuildOutput> <!-- There are no symbols. --> <IncludeSymbols>false</IncludeSymbols> <!-- Manually control dependencies --> <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> <RunPackageAnalysis>false</RunPackageAnalysis> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> </Project>