// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Performance",
"CA1873:Avoid potentially expensive logging",
Justification = "<Pending>",
Scope = "namespaceanddescendants",
Target = "~N:Microsoft.Teams.Apps")]
[assembly: SuppressMessage("Performance",
"CA1848:Use the LoggerMessage delegates",
Justification = "<Pending>",
Scope = "namespaceanddescendants",
Target = "~N:Microsoft.Teams.Apps")]
[assembly: SuppressMessage("Usage",
"CA2227:Collection properties should be read only",
Justification = "<Pending>",
Scope = "namespaceanddescendants",
Target = "~N:Microsoft.Teams.Apps")]microsoft/teams.net
Publicmirrored fromhttps://github.com/microsoft/teams.netAvailable
core/src/Microsoft.Teams.Apps/GlobalSuppressions.cs
22lines · modepreview