File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ Stubs can be generated from Nuget packages with the `make_stubs_nuget.py` script
5
5
The following calls generate stubs for ` Newtonsoft.Json ` :
6
6
7
7
```
8
- python make_stubs_nuget.py Newtonsoft.Json
9
- python make_stubs_nuget.py Newtonsoft.Json latest
10
- python make_stubs_nuget.py Newtonsoft.Json 13.0.1
11
- python make_stubs_nuget.py Newtonsoft.Json 13.0.1 /Users/tmp/working-dir
8
+ python3 make_stubs_nuget.py classlib Newtonsoft.Json
9
+ python3 make_stubs_nuget.py classlib Newtonsoft.Json latest
10
+ python3 make_stubs_nuget.py classlib Newtonsoft.Json 13.0.1
11
+ python3 make_stubs_nuget.py classlib Newtonsoft.Json 13.0.1 /Users/tmp/working-dir
12
12
```
13
13
14
14
The output stubs are found in the ` [DIR]/output/stubs ` folder and can be copied over to ` csharp/ql/test/resources/stubs ` .
You can’t perform that action at this time.
0 commit comments