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:
parent
1032313dff
commit
7d035c2c2b
@ -1,5 +1,7 @@
|
||||
namespace VpSharp;
|
||||
|
||||
#pragma warning disable CA1027
|
||||
|
||||
/// <summary>
|
||||
/// An enumeration of fog modes.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user