把 简化 Null 检查 和 使用模式匹配 加入忽略的warn

This commit is contained in:
杨劼
2025-09-15 17:40:24 +08:00
parent 890ab9c2e8
commit 5c501c67fe

View File

@@ -11,6 +11,7 @@
<NoWarn>
IDE0130;IDE00056;IDE0306;IDE0305;IDE0300;IDE0290;IDE0251;IDE0090;IDE0079;IDE0066;IDE0062;IDE0060;IDE0057;IDE0056;IDE0044;IDE0042;IDE0039;IDE0031;IDE0028;IDE0017;
CA2208;CA1866;CA1861;CA1859;CA1847;CA1845;CA1822;CA1041;
IDE0270;IDE0074;IDE0059;IDE0041;IDE0030;IDE0019;
</NoWarn>
</PropertyGroup>