1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-22 19:38:47 +00:00

Suppress CA1506... for now...

This commit is contained in:
Oliver Booth 2022-11-30 20:18:16 +00:00
parent 1273cc2e0a
commit ba6f6ce239
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -6,6 +6,9 @@ using static VpSharp.Internal.NativeMethods;
namespace VpSharp;
// TODO temporarily... I should probably honour this analyzer at some point
#pragma warning disable CA1506
public sealed partial class VirtualParadiseClient
{
private readonly ConcurrentDictionary<int, VirtualParadiseAvatar> _avatars = new();