microsoft/teams.net
Publicmirrored from https://github.com/microsoft/teams.netAvailable
core/src/Microsoft.Teams.Bot.Compat/GlobalSuppressions.cs
16lines · modecode
| 1 | // Copyright (c) Microsoft Corporation. |
| 2 | // Licensed under the MIT License. |
| 3 | |
| 4 | using System.Diagnostics.CodeAnalysis; |
| 5 | |
| 6 | [assembly: SuppressMessage("Performance", |
| 7 | "CA1873:Avoid potentially expensive logging", |
| 8 | Justification = "<Pending>", |
| 9 | Scope = "namespaceanddescendants", |
| 10 | Target = "~N:Microsoft.Teams.Bot.Compat")] |
| 11 | |
| 12 | [assembly: SuppressMessage("Performance", |
| 13 | "CA1848:Use the LoggerMessage delegates", |
| 14 | Justification = "<Pending>", |
| 15 | Scope = "namespaceanddescendants", |
| 16 | Target = "~N:Microsoft.Teams.Bot.Compat")] |
| 17 | |