1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-09 22:55:42 +00:00

Suppress CA1027 false positive

The values in this enum are - in fact - contiguous. The use of alias entries causes the analyzer to trip and be a special kind of special.

It's okay Roslyn. We still love you ❤️
This commit is contained in:
Oliver Booth 2022-11-30 19:26:01 +00:00
parent 1032313dff
commit 7d035c2c2b
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -1,5 +1,7 @@
namespace VpSharp;
#pragma warning disable CA1027
/// <summary>
/// An enumeration of fog modes.
/// </summary>