microsoft/teams.net

Public

mirrored from https://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
samples/migration-bot

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/src/Microsoft.Teams.Bot.Compat/GlobalSuppressions.cs

16lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4using 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