mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
warning fixes
This commit is contained in:
parent
eb66b63ed4
commit
89f60420cd
6 changed files with 15 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ namespace Plugin.Discord.UnitTests
|
|||
});
|
||||
}
|
||||
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Security", "SCS0005:Weak random number generator.", Justification = "<Pending>")]
|
||||
private void SendMultipleMessages(DiscordPlugin plugin, string profileName)
|
||||
{
|
||||
// Arrange
|
||||
|
|
@ -254,6 +255,7 @@ namespace Plugin.Discord.UnitTests
|
|||
Assert.IsTrue(true);
|
||||
}
|
||||
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Security", "SCS0005:Weak random number generator.", Justification = "<Pending>")]
|
||||
private void SendMultipleErrors(DiscordPlugin plugin, string profileName)
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue