Append IDE warning suppression.

This commit is contained in:
2023-01-21 20:12:03 +08:00
parent 5198ecec1f
commit 94428d9e18

View File

@@ -27,6 +27,7 @@ using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Style", "IDE0034")]
// Simplified new not supported
[assembly: SuppressMessage("Style", "IDE0017")]
[assembly: SuppressMessage("Style", "IDE0090")]
// Pattern matching not supported