1 Star 0 Fork 1

iqxg/dotnet-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Directory.Build.props 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
Genevieve Warren 提交于 2021-02-13 00:37 +08:00 . Enable .NET code analysis (#4299)
<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>
</PropertyGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iqxg/dotnet-samples.git
git@gitee.com:iqxg/dotnet-samples.git
iqxg
dotnet-samples
dotnet-samples
main

搜索帮助