@@ -43,8 +43,8 @@ Application Inspector is a command-line tool. Run it from a command line in Wind
43
43
```
44
44
> dotnet AppInspector.dll or on *Windows* simply AppInspector.exe <command> <options>
45
45
46
- Microsoft Application Inspector 1.0.17
47
- ApplicationInspector 1.0.17
46
+ Microsoft Application Inspector 1.0.25
47
+ ApplicationInspector 1.0.25
48
48
49
49
(c) Microsoft Corporation. All rights reserved
50
50
@@ -77,17 +77,17 @@ ERROR(S):
77
77
Arguments:
78
78
-s, --source-path Required. Path to source code to inspect (required)
79
79
-o, --output-file-path Path to output file. Ignored with -f html option which auto creates output.html
80
- -f, --output-file-format (Default: html) Output format [html|json|text]
81
- -e, --text-format (Default: Tag:%T,Rule:%N,Ruleid:%R,Confidence:%X,File:%F,Sourcetype:%t,Line:%L,Sample:%m)
80
+ -f, --output-file-format Output format [html|json|text]. Default = html
81
+ -e, --text-format Match text format specifiers
82
82
-r, --custom-rules-path Custom rules path
83
- -t, --tag-output-only (Default: false) Output only contains identified tags
84
- -i, --ignore-default-rules (Default: false) Ignore default rules bundled with application
85
- -d, --allow-dup-tags (Default: false) Output only contains non-unique tag matches
86
- -c, --confidence-filters (Default: high,medium) Output only if matches rule pattern confidence [<value>,] [ high|medium|low]
87
- -k, --file-path-exclusions Exclude source files ( none|default: sample,example,test,docs,.vs,.git)
88
- -x, --console-verbosity (Default: medium) Console verbosity [high|medium|low|none]
89
- -l, --log-file-path Log file path
90
- -v, --log-file-level (Default: Error) Log file level [Debug|Info|Warn|Error|Fatal|Off]
83
+ -t, --tag-output-only Output only contains identified tags. Default = false
84
+ -i, --ignore-default-rules Ignore default rules bundled with application. Default = false
85
+ -d, --allow-dup-tags Output only non-unique tag matches. Default = false
86
+ -c, --confidence-filters Output only matches with confidence [high|medium|low]. Default = high,medium
87
+ -k, --file-path-exclusions Exclude source files [ none|<list>]. Default = sample,example,test,docs,.vs,.git
88
+ -x, --console-verbosity Console verbosity [high|medium|low|none]. Default = medium
89
+ -l, --log-file-path Log file path. Default is <application path>/log.txt
90
+ -v, --log-file-level Log file level [Debug|Info|Warn|Error|Fatal|Off]. Default = Error
91
91
```
92
92
##### Scan a project directory, with output sent to "output.html" (default behavior includes launching default browser to this file)
93
93
```
@@ -110,13 +110,13 @@ Use to analyze and report on differences in tags (features) between two project
110
110
Arguments:
111
111
--src1 Required. Source 1 to compare (required)
112
112
--src2 Required. Source 2 to compare (required
113
- -t, --test-type (Default: equality) Type of test to run [equality|inequality]
113
+ -t, --test-type Type of test to run [equality|inequality]. Default = equality
114
114
-r, --custom-rules-path Custom rules path
115
- -i, --ignore-default-rules (Default: false) Ignore default rules bundled with application
115
+ -i, --ignore-default-rules Ignore default rules bundled with application. Default = false
116
116
-o, --output-file-path Path to output file
117
- -x, --console-verbosity Console verbosity [high|medium|low
117
+ -x, --console-verbosity Console verbosity [high|medium|low]. Default = medium
118
118
-l, --log-file-path Log file path
119
- -v, --log-file-level Log file level [error|trace|debug|info]
119
+ -v, --log-file-level Log file level [error|trace|debug|info]. Default = error
120
120
```
121
121
##### Simplist way to see the delta in tag features between two projects
122
122
```
@@ -145,11 +145,11 @@ Otherwise, testing for all default rules present in source will likely yield a f
145
145
146
146
Arguments:
147
147
-s, --source-path Required. Source to test (required)
148
- -t, --test-type (Default: rulespresent) Test to perform [rulespresent|rulesnotpresent]
148
+ -t, --test-type Test to perform [rulespresent|rulesnotpresent]. Default = rulespresent
149
149
-r, --custom-rules-path Custom rules path
150
- -i, --ignore-default-rules (Default: true) Ignore default rules bundled with application
150
+ -i, --ignore-default-rules Ignore default rules bundled with application. Default = true
151
151
-o, --output-file-path Path to output file
152
- -x, --console-verbosity Console verbosity [high|medium|low
152
+ -x, --console-verbosity Console verbosity [high|medium|low]. Default = medium
153
153
-l, --log-file-path Log file path
154
154
-v, --log-file-level Log file level
155
155
```
@@ -173,9 +173,9 @@ Otherwise, testing for all default rules present in source will likely yield a f
173
173
174
174
Arguments:
175
175
-r, --custom-rules-path Custom rules path
176
- -i, --ignore-default-rules (Default: false) Ignore default rules bundled with application
176
+ -i, --ignore-default-rules Ignore default rules bundled with application. Default = false
177
177
-o, --output-file-path Path to output file
178
- -x, --console-verbosity Console verbosity [high|medium|low
178
+ -x, --console-verbosity Console verbosity [high|medium|low]. Default = medium
179
179
```
180
180
##### Export default rule tags to console
181
181
```
@@ -197,9 +197,9 @@ Verification that ruleset is compatible and error free for import and analysis
197
197
198
198
Arguments:
199
199
-r, --custom-rules-path Custom rules path
200
- -i, --ignore-default-rules (Default: false) Ignore default rules bundled with application
200
+ -i, --ignore-default-rules Ignore default rules bundled with application. Default = false
201
201
-o, --output-file-path Path to output file
202
- -x, --console-verbosity Console verbosity [high|medium|low
202
+ -x, --console-verbosity Console verbosity [high|medium|low]. Default = medium.
203
203
```
204
204
##### Simplist case to verify default rules
205
205
```
0 commit comments