Add project files.

This commit is contained in:
2022-09-30 17:32:21 +08:00
parent df69e65c88
commit e8e36b83bd
561 changed files with 40626 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
using System.Diagnostics.CodeAnalysis;
// Inline variable declaration not supported
[assembly: SuppressMessage("Style", "IDE0020")]
[assembly: SuppressMessage("Style", "IDE0038")]
[assembly: SuppressMessage("Style", "IDE0018")]
// Null operators not supported
[assembly: SuppressMessage("Style", "IDE0016")]
[assembly: SuppressMessage("Style", "IDE0029")]
[assembly: SuppressMessage("Style", "IDE0031")]
[assembly: SuppressMessage("Style", "IDE1005")]
// Null compound assignment not supported
[assembly: SuppressMessage("Style", "IDE0074")]
// Range operator is not supported
[assembly: SuppressMessage("Style", "IDE0057")]
// Simple `default` usage not supported
[assembly: SuppressMessage("Style", "IDE0034")]
// Simplified new not supported
[assembly: SuppressMessage("Style", "IDE0090")]
// Pattern matching not supported
[assembly: SuppressMessage("Style", "IDE0066")]
[assembly: SuppressMessage("Style", "IDE0083")]
// Simple 'using' statement not supported
[assembly: SuppressMessage("Style", "IDE0063")]
// Index operator not supported
[assembly: SuppressMessage("Style", "IDE0056")]