We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4835e4c commit 1b9d149Copy full SHA for 1b9d149
src/EmberLibConsumer.net/Lawo/FastEnum.cs
@@ -13,6 +13,7 @@ namespace Lawo
13
/// <summary>Provides cached implementations for some of the <see cref="Enum"/> methods.</summary>
14
/// <threadsafety static="true" instance="false"/>
15
[SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix", Justification = "We reimplement a part of Enum.")]
16
+ [CLSCompliant(false)]
17
public static class FastEnum
18
{
19
/// <summary>Provides a fast implementation of a part of the functionality of <see cref="Enum.IsDefined"/>.
0 commit comments