Skip to content

Commit 1b9d149

Browse files
committed
Fast Enum not used
1 parent 4835e4c commit 1b9d149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EmberLibConsumer.net/Lawo/FastEnum.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Lawo
1313
/// <summary>Provides cached implementations for some of the <see cref="Enum"/> methods.</summary>
1414
/// <threadsafety static="true" instance="false"/>
1515
[SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix", Justification = "We reimplement a part of Enum.")]
16+
[CLSCompliant(false)]
1617
public static class FastEnum
1718
{
1819
/// <summary>Provides a fast implementation of a part of the functionality of <see cref="Enum.IsDefined"/>.

0 commit comments

Comments
 (0)