Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions gendarme-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -636,3 +636,7 @@ M: System.Boolean Java.Interop.JniRuntime/JniTypeManager::TryRegisterNativeMembe
R: Gendarme.Rules.Performance.AvoidUnsealedConcreteAttributesRule
# We would like users to be able to derive from this attribute
T: Java.Interop.JniValueMarshalerAttribute

R: Gendarme.Rules.Design.Generic.AvoidMethodWithUnusedGenericTypeRule
# looks like Gendarme bug, the TArray is used in the cast
M: System.Void Java.Interop.JavaArray`1::DestroyArgumentState(System.Collections.Generic.IList`1<T>,Java.Interop.JniValueMarshalerState&,System.Reflection.ParameterAttributes)