blob: 77cd3fc72a5d056060288f1445d7b2c036e42481 [file] [log] [blame]
Jens Geyer2b2ea622021-04-09 22:55:11 +02001// 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
6using System.Diagnostics.CodeAnalysis;
7
8[assembly: SuppressMessage("Performance", "CA1822", Justification = "<Ausstehend>", Scope = "module")]
9[assembly: SuppressMessage("Style", "IDE0090", Justification = "<Ausstehend>", Scope = "module")]