Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java.Interop] Ignore AvoidMethodWithUnusedGenericTypeRule #236

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)