Jens Geyer | 2b2ea62 | 2021-04-09 22:55:11 +0200 | [diff] [blame] | 1 | // This file is used by Code Analysis to maintain SuppressMessage |
| 2 | // attributes that are applied to this project. |
| 3 | // Project-level suppressions either have no target or are given |
| 4 | // a specific target and scoped to a namespace, type, member, etc. |
| 5 | |
| 6 | using System.Diagnostics.CodeAnalysis; |
| 7 | |
| 8 | [assembly: SuppressMessage("Performance", "CA1822", Justification = "<Ausstehend>", Scope = "module")] |
| 9 | [assembly: SuppressMessage("Style", "IDE0090", Justification = "<Ausstehend>", Scope = "module")] |