mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-22 19:58:48 +00:00
Suppress CA1506... for now...
This commit is contained in:
parent
1273cc2e0a
commit
ba6f6ce239
@ -6,6 +6,9 @@ using static VpSharp.Internal.NativeMethods;
|
|||||||
|
|
||||||
namespace VpSharp;
|
namespace VpSharp;
|
||||||
|
|
||||||
|
// TODO temporarily... I should probably honour this analyzer at some point
|
||||||
|
#pragma warning disable CA1506
|
||||||
|
|
||||||
public sealed partial class VirtualParadiseClient
|
public sealed partial class VirtualParadiseClient
|
||||||
{
|
{
|
||||||
private readonly ConcurrentDictionary<int, VirtualParadiseAvatar> _avatars = new();
|
private readonly ConcurrentDictionary<int, VirtualParadiseAvatar> _avatars = new();
|
||||||
|
Loading…
Reference in New Issue
Block a user