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: 2 additions & 2 deletions xa-gendarme-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ T: Java.Interop.JniObjectReferenceOptions

R: Gendarme.Rules.Design.MarkAssemblyWithCLSCompliantRule
# CLSCompliantAttribute isn't in the PCL profile we're targeting, so we can't apply it.
A: Java.Interop, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null
A: Java.Interop, Version=0.1.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065


R: Gendarme.Rules.Design.MarkAssemblyWithComVisibleRule
# Ditto; ComVisibleAttribute isn't in our PCL profile.
A: Java.Interop, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null
A: Java.Interop, Version=0.1.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065


R: Gendarme.Rules.Design.PreferEventsOverMethodsRule
Expand Down