mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:25:41 +00:00
Suppress CA5394
This commit is contained in:
parent
1c0c06f89c
commit
e38c384f4d
@ -1,6 +1,8 @@
|
||||
using System.Diagnostics.Contracts;
|
||||
using X10D.Core;
|
||||
|
||||
#pragma warning disable CA5394
|
||||
|
||||
namespace X10D.Collections;
|
||||
|
||||
/// <summary>
|
||||
|
@ -1,7 +1,9 @@
|
||||
using System.Globalization;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
using X10D.Math;
|
||||
|
||||
#pragma warning disable CA5394
|
||||
|
||||
namespace X10D.Core;
|
||||
|
||||
/// <summary>
|
||||
|
@ -1,5 +1,7 @@
|
||||
using System.Drawing;
|
||||
|
||||
#pragma warning disable CA5394
|
||||
|
||||
namespace X10D.Drawing;
|
||||
|
||||
/// <summary>
|
||||
|
@ -1,6 +1,8 @@
|
||||
using System.Numerics;
|
||||
using X10D.Core;
|
||||
|
||||
#pragma warning disable CA5394
|
||||
|
||||
namespace X10D.Numerics;
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user