-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalSuppressions.cs
More file actions
11 lines (9 loc) · 970 Bytes
/
Copy pathGlobalSuppressions.cs
File metadata and controls
11 lines (9 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
// 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;
[assembly: SuppressMessage("Style", "IDE1006:Benennungsstile", Justification = "<Ausstehend>", Scope = "member", Target = "~P:ByteWizardApi.Model.Website.User.created")]
[assembly: SuppressMessage("Style", "IDE1006:Benennungsstile", Justification = "<Ausstehend>", Scope = "member", Target = "~P:ByteWizardApi.Model.Website.User.apiUser")]
[assembly: SuppressMessage("Style", "IDE1006:Benennungsstile", Justification = "<Ausstehend>", Scope = "member", Target = "~P:ByteWizardApi.Model.Website.User.isActive")]
[assembly: SuppressMessage("Style", "IDE1006:Benennungsstile", Justification = "<Ausstehend>", Scope = "member", Target = "~P:ByteWizardApi.Model.Website.User.isAdmin")]