This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 1fddf617a .editorconfig: Suppressed IDE0090: Simplify new expression
1fddf617a is described below
commit 1fddf617adc4773cbcabba423abc9232a8ea5c97
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Oct 20 18:45:40 2022 +0700
.editorconfig: Suppressed IDE0090: Simplify new expression
---
.editorconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.editorconfig b/.editorconfig
index 0e5748cef..5c6a3b5f7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -164,6 +164,11 @@ dotnet_diagnostic.CA1031.severity = none
# CA1034: Do not nest types
dotnet_diagnostic.CA1034.severity = none
+#### Style ####
+
+# IDE0090: Simplify new expression
+dotnet_diagnostic.IDE0090.severity=none
+
#### Usage ####
# CA2249: Consider using String.Contains instead of String.IndexOf
dotnet_diagnostic.CA2249.severity=none