From 3d5f54b403caf363cd58fba78aee874162c08356 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Fri, 22 Dec 2017 12:56:34 +0100 Subject: [PATCH] [Java.Interop] Ignore unsealed attribute Added the attribute type to the list and added a description. --- gendarme-ignore.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gendarme-ignore.txt b/gendarme-ignore.txt index 378edaece..bb1e5aa55 100644 --- a/gendarme-ignore.txt +++ b/gendarme-ignore.txt @@ -617,3 +617,7 @@ M: System.Collections.Generic.List`1 Java.Inte R: Gendarme.Rules.Concurrency.DoNotUseLockedRegionOutsideMethodRule # Looks like Gendarme issue, as there are both Monitor.TryEnter and Monitor.Exit used in this method M: System.Boolean Java.Interop.JniRuntime/JniTypeManager::TryRegisterNativeMembers(Java.Interop.JniType,System.Type,System.String) + +R: Gendarme.Rules.Performance.AvoidUnsealedConcreteAttributesRule +# We would like users to be able to derive from this attribute +T: Java.Interop.JniValueMarshalerAttribute