-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
GlobalSuppressions.cs
12 lines (10 loc) · 1.95 KB
/
GlobalSuppressions.cs
1
2
3
4
5
6
7
8
9
10
11
12
// 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", "IDE0060:Remove unused parameter", Justification = "<Pending>", Scope = "member", Target = "~M:DisCatSharp.Support.Events.Discord.InteractionEvents.InteractionCreated(DisCatSharp.DiscordClient,DisCatSharp.EventArgs.ComponentInteractionCreateEventArgs)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Style", "IDE0060:Remove unused parameter", Justification = "<Pending>", Scope = "member", Target = "~M:DisCatSharp.Support.Events.Discord.MessageEvents.Client_MessageCreated(DisCatSharp.DiscordClient,DisCatSharp.EventArgs.MessageCreateEventArgs)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Usage", "CA2254:Template should be a static expression", Justification = "<Pending>", Scope = "member", Target = "~M:DisCatSharp.Support.Events.Discord.MessageEvents.PublishMessagesAsync(DisCatSharp.DiscordClient,DisCatSharp.EventArgs.MessageCreateEventArgs)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Usage", "CA2254:Template should be a static expression", Justification = "<Pending>", Scope = "member", Target = "~M:DisCatSharp.Support.Commands.SupportGuild.BindUser(DisCatSharp.ApplicationCommands.InteractionContext,DisCatSharp.Entities.DiscordUser,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Usage", "CA2254:Template should be a static expression", Justification = "<Pending>", Scope = "member", Target = "~M:DisCatSharp.Support.Bot.ApplicationCommandsExtension_ApplicationCommandsModuleStartupFinished(DisCatSharp.ApplicationCommands.ApplicationCommandsExtension,DisCatSharp.ApplicationCommands.EventArgs.ApplicationCommandsModuleStartupFinishedEventArgs)~System.Threading.Tasks.Task")]