File tree Expand file tree Collapse file tree
src/DotNetCampus.CommandLine/Package/build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 -->
2121 <NoWarn >$(NoWarn);DCL101;NU1507</NoWarn >
2222 <!--
23- CA1416: 平台兼容性警告
23+ CA1416: Platform compatibility warning
2424 -->
25- <WarningsAsErrors >$(WarningAsErrors );CA1416</WarningsAsErrors >
25+ <WarningsAsErrors >$(WarningsAsErrors );CA1416</WarningsAsErrors >
2626 </PropertyGroup >
2727
2828 <!-- 库和项目信息 -->
Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4+
5+ <!--
6+ The analyzers in this package is very important, so we treat related warnings as errors.
7+ - CS8785: Analyzer does not generate sources
8+ - CS9057: Analyzer version is greater than the compiler version
9+ -->
10+ <WarningsAsErrors >$(WarningsAsErrors);CS8785;CS9057</WarningsAsErrors >
11+
412 <DotNetCampusCommandLineUseInterceptor Condition =" '$(DotNetCampusCommandLineUseInterceptor)' == ''" >true</DotNetCampusCommandLineUseInterceptor >
513 <InterceptorsNamespaces >$(InterceptorsNamespaces);DotNetCampus.Cli.Compiler</InterceptorsNamespaces >
614
You can’t perform that action at this time.
0 commit comments