Enable some of the unnecessary code rules (#799)

* CA1823 Avoid unused private fields
* CA1847 Use string.Contains(char) instead of string.Contains(string) with single characters
* IDE0005 Remove unnecessary import
* IDE0051 Private member is unused
* IDE0052 Private member is unread
This commit is contained in:
stan-sz
2022-03-22 03:17:45 +01:00
committed by GitHub
parent 6f4c47963a
commit 624ee292f7
27 changed files with 35 additions and 70 deletions

View File

@@ -4,7 +4,6 @@ using NSwag;
using Nustache.Core;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;