File tree Expand file tree Collapse file tree 3 files changed +54
-9
lines changed Expand file tree Collapse file tree 3 files changed +54
-9
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- os : [windows-latest]
17
+ os : [windows-latest, ubuntu-latest, macos-latest ]
18
18
steps :
19
19
- name : Get the sources
20
20
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
# DPI
2
- Dependency Inventory .NET Tool - Inventories dependencies to Azure Log Analytics
2
+
3
+ Dependency Inventory .NET Tool - Inventories dependencies and reports to Azure Log Analytics
4
+
5
+ ## Obtain
6
+
7
+ ` dotnet tool install -g dpi `
8
+
9
+ ## Commands
10
+
11
+ Use ` -h ` / ` --help ` to get current list of available commands and options.
12
+
13
+ ``` bash
14
+ dpi --help
15
+ ```
16
+
17
+ ### nuget
18
+
19
+ The NuGet branch of commands have recursively from given path inventories packages present in
20
+
21
+ * csproj (project assets if restored)
22
+ * packages.config
23
+ * .NET Tool manifests
24
+ * Cake build script files
25
+
26
+ #### analyze
27
+
28
+ ** nuget analyze** command inventories and outputs result to console or file.
29
+
30
+ ``` bash
31
+ dpi nuget --output table analyze
32
+ ```
33
+
34
+ #### report
35
+
36
+ ** nuget report** analyzes and reports result to Azure Log Analytics.
37
+
38
+ ``` bash
39
+ export NuGetReportSettings_WorkspaceId=< workspaceid>
40
+
41
+ export NuGetReportSettings_SharedKey=< sharedkey>
42
+
43
+ dpi nuget --output table report
44
+ ```
Original file line number Diff line number Diff line change 1
1
# Icon License
2
2
3
- Icon is not MIT licensed
4
-
5
3
March 10, 2021
4
+ * Icon is not MIT licensed*
5
+
6
+ ## ROYALTY–FREE LICENSE
6
7
7
- ROYALTY–FREE LICENSE
8
8
Image: “investigation Icon #2048220 ”
9
9
Purchased from Noun Project
10
10
11
- LICENSEE
11
+ ## LICENSEE
12
+
12
13
Mattias Karlsson
13
14
14
- LICENSOR
15
+ ## LICENSOR
16
+
15
17
The Noun Project, Inc.
16
18
17
- On behalf of
19
+ ## On behalf of
20
+
18
21
[ Made] ( https://thenounproject.com/elki )
19
22
20
- This license grants its holder perpetual, non-exclusive, worldwide rights to unlimited use of the licensed
23
+ This license grants its ** holder** perpetual, non-exclusive, worldwide rights to unlimited use of the licensed
21
24
image, as covered by Noun Project's Terms of Use ([ thenounproject.com/legal] ( https://thenounproject.com/legal/ ) ).
You can’t perform that action at this time.
0 commit comments