forked from mono/mono-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mono-options.ignore
81 lines (60 loc) · 3.97 KB
/
mono-options.ignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# NDesk.Options ignored defects
R: Gendarme.Rules.Smells.AvoidSwitchStatementsRule
N: NDesk.Options
R: Gendarme.Rules.Performance.AvoidConcatenatingCharsRule
M: System.Boolean NDesk.Options.OptionSet::ParseBundledValue(System.String,System.String,NDesk.Options.OptionContext)
M: System.String NDesk.Options.OptionSet::GetArgumentName(System.Int32,System.Int32,System.String)
R: Gendarme.Rules.Design.Generic.AvoidDeclaringCustomDelegatesRule
T: NDesk.Options.OptionAction`2
R: Gendarme.Rules.Design.AvoidRefAndOutParametersRule
M: System.Boolean NDesk.Options.OptionSet::GetOptionParts(System.String,System.String&,System.String&,System.String&,System.String&)
R: Gendarme.Rules.Performance.AvoidRepetitiveCallsToPropertiesRule
M: System.Boolean NDesk.Options.OptionSet::GetOptionParts(System.String,System.String&,System.String&,System.String&,System.String&)
R: Gendarme.Rules.Performance.AvoidReturningArraysOnPropertiesRule
M: System.String[] NDesk.Options.Option::get_Names()
M: System.String[] NDesk.Options.Option::get_ValueSeparators()
R: Gendarme.Rules.Exceptions.DoNotSwallowErrorsCatchingNonSpecificExceptionsRule
M: T NDesk.Options.Option::Parse(System.String,NDesk.Options.OptionContext)
R: Gendarme.Rules.Exceptions.InstantiateArgumentExceptionCorrectlyRule
M: System.Void NDesk.Options.Option::AddSeparators(System.String,System.Int32,System.Collections.Generic.ICollection`1<System.String>)
M: System.String NDesk.Options.OptionSet::GetKeyForItem(NDesk.Options.Option)
R: Gendarme.Rules.Serialization.MarkEnumerationsAsSerializableRule
T: NDesk.Options.OptionValueType
R: Gendarme.Rules.Performance.PreferCharOverloadRule
M: System.String NDesk.Options.OptionSet::GetArgumentName(System.Int32,System.Int32,System.String)
R: Gendarme.Rules.Naming.UseCorrectSuffixRule
T: NDesk.Options.OptionSet
R: Gendarme.Rules.Design.Generic.AvoidMethodWithUnusedGenericTypeRule
M: T NDesk.Options.Option::Parse(System.String,NDesk.Options.OptionContext)
R: Gendarme.Rules.Correctness.CheckParametersNullityInVisibleMethodsRule
M: T NDesk.Options.Option::Parse(System.String,NDesk.Options.OptionContext)
M: System.Collections.Generic.List`1<System.String> NDesk.Options.OptionSet::Parse(System.Collections.Generic.IEnumerable`1<System.String>)
M: System.Boolean NDesk.Options.OptionSet::Parse(System.String,NDesk.Options.OptionContext)
R: Gendarme.Rules.Maintainability.AvoidLackOfCohesionOfMethodsRule
T: NDesk.Options.OptionContext
R: Gendarme.Rules.BadPractice.PreferEmptyInstanceOverNullRule
M: System.String NDesk.Options.OptionValueCollection::get_Item(System.Int32)
R: Gendarme.Rules.Maintainability.VariableNamesShouldNotMatchFieldNamesRule
T: NDesk.Options.OptionValueCollection
T: NDesk.Options.OptionContext
T: NDesk.Options.Option
T: NDesk.Options.OptionSet
T: NDesk.Options.OptionSet/ActionOption
T: NDesk.Options.OptionSet/ActionOption`1
T: NDesk.Options.OptionSet/ActionOption`2
R: Gendarme.Rules.Design.Generic.DoNotExposeGenericListsRule
T: NDesk.Options.OptionValueCollection
T: NDesk.Options.OptionSet
# CSC only - AddImpl and GetArgumentName
R: Gendarme.Rules.Smells.AvoidCodeDuplicatedInSameClassRule
T: NDesk.Options.OptionSet
R: Gendarme.Rules.Globalization.PreferStringComparisonOverrideRule
M: System.String NDesk.Options.OptionSet::GetArgumentName(System.Int32,System.Int32,System.String)
R: Gendarme.Rules.Globalization.PreferIFormatProviderOverrideRule
M: System.Void NDesk.Options.Option::AddSeparators(System.String,System.Int32,System.Collections.Generic.ICollection`1<System.String>)
M: System.Boolean NDesk.Options.OptionSet::ParseBundledValue(System.String,System.String,NDesk.Options.OptionContext)
M: System.Void NDesk.Options.OptionValueCollection::AssertValid(System.Int32)
M: System.Void NDesk.Options.Option::.ctor(System.String,System.String,System.Int32)
M: NDesk.Options.OptionValueType NDesk.Options.Option::ParsePrototype()
M: T NDesk.Options.Option::Parse(System.String,NDesk.Options.OptionContext)
M: System.Void NDesk.Options.OptionSet::ParseValue(System.String,NDesk.Options.OptionContext)