-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGlobalSuppressions.cs
24 lines (22 loc) · 4.72 KB
/
GlobalSuppressions.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// 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("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagAddCommand(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagRemoveCommand(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagListCommand(DSharpPlus.SlashCommands.InteractionContext)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagAliasCommand(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String,System.String,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagEditCommand(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagRemoveAlias(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagRenameCommand(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagAddAuthor(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagColorPicking(DSharpPlus.SlashCommands.InteractionContext,System.String,System.Nullable{UPBot.TagColorValue})~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagImagePicking(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagImageRemoving(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagThumbnailPicking(DSharpPlus.SlashCommands.InteractionContext,System.String,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTagsEdit.TagThumbnailRemoving(DSharpPlus.SlashCommands.InteractionContext,System.String)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTimezone.TZTimeGetCommand(DSharpPlus.SlashCommands.InteractionContext,DSharpPlus.Entities.DiscordUser)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTimezone.TZListCommand(DSharpPlus.SlashCommands.InteractionContext)~System.Threading.Tasks.Task")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashTimezone.GetTZScore(System.String,System.String)~System.Int32")]
[assembly: SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "<Pending>", Scope = "member", Target = "~M:UPBot.SlashDelete.DeleteCommand(DSharpPlus.SlashCommands.InteractionContext,System.Int64,DSharpPlus.Entities.DiscordUser)~System.Threading.Tasks.Task")]