Skip to content

Commit f0c2e41

Browse files
neubs-bsiStephanie Neubauer
neubs-bsi
authored and
Stephanie Neubauer
committed
DotNet: added dotnet and nuget managers including tests
Signed-off-by: Stephanie Neubauer <[email protected]>
1 parent 25c203c commit f0c2e41

File tree

15 files changed

+1030
-0
lines changed

15 files changed

+1030
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is an empty and meaningless file to have ORT realise we are using dotnet as package manager
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is an empty and meaningless file to have ORT realise we are using nuget as package manager
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
---
2+
project:
3+
id: "nuget::dotnet:"
4+
definition_file_path: "analyzer/src/funTest/assets/projects/synthetic/dotnet/dotnet.xml"
5+
declared_licenses: []
6+
vcs:
7+
type: "Git"
8+
url: "https://github.com/heremaps/oss-review-toolkit.git"
9+
revision: "<REPLACE_REVISION>"
10+
path: "<REPLACE_PATH>"
11+
vcs_processed:
12+
type: "git"
13+
url: "<REPLACE_URL>"
14+
revision: "<REPLACE_REVISION>"
15+
path: "<REPLACE_PATH>"
16+
homepage_url: ""
17+
scopes:
18+
- name: "dependencies"
19+
dependencies:
20+
- id: "nuget::WebGrease:1.5.2"
21+
dependencies:
22+
- id: "nuget::Antlr:3.4.1.9004"
23+
- id: "nuget::Newtonsoft.Json:5.0.4"
24+
- id: "nuget::jQuery:3.3.1"
25+
packages:
26+
- package:
27+
id: "nuget::Antlr:3.4.1.9004"
28+
declared_licenses: []
29+
description: "ANother Tool for Language Recognition, is a language tool that provides\
30+
\ a framework for constructing recognizers, interpreters, compilers, and translators\
31+
\ from grammatical descriptions containing actions in a variety of target languages."
32+
homepage_url: ""
33+
binary_artifact:
34+
url: "https://api.nuget.org/v3-flatcontainer/antlr/3.4.1.9004/antlr.3.4.1.9004.nupkg"
35+
hash: "t4RqqB/yvSHU8okrySS1L2KaaPsAOCDM8NPbiOy8OJw/oiNIjjUzS5igIVJds0m5k5AmYyGWV9jBVpFQcq830w=="
36+
hash_algorithm: "SHA-512"
37+
source_artifact:
38+
url: ""
39+
hash: ""
40+
hash_algorithm: ""
41+
vcs:
42+
type: ""
43+
url: ""
44+
revision: ""
45+
path: ""
46+
vcs_processed:
47+
type: ""
48+
url: ""
49+
revision: ""
50+
path: ""
51+
curations: []
52+
- package:
53+
id: "nuget::Newtonsoft.Json:5.0.4"
54+
declared_licenses:
55+
- "http://json.codeplex.com/license"
56+
description: "Json.NET is a popular high-performance JSON framework for .NET"
57+
homepage_url: "http://james.newtonking.com/projects/json-net.aspx"
58+
binary_artifact:
59+
url: "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/5.0.4/newtonsoft.json.5.0.4.nupkg"
60+
hash: "dg2TSL5YEyhbitOHlaKlr+eIvN2rT3GQ7VgcbqUkwNZ6fdW91ThPGX47WljAcKtb23BEk8yOCtY6s191O21hvw=="
61+
hash_algorithm: "SHA-512"
62+
source_artifact:
63+
url: ""
64+
hash: ""
65+
hash_algorithm: ""
66+
vcs:
67+
type: ""
68+
url: ""
69+
revision: ""
70+
path: ""
71+
vcs_processed:
72+
type: ""
73+
url: ""
74+
revision: ""
75+
path: ""
76+
curations: []
77+
- package:
78+
id: "nuget::WebGrease:1.5.2"
79+
declared_licenses:
80+
- "http://www.microsoft.com/web/webpi/eula/msn_webgrease_eula.htm"
81+
description: "Web Grease is a suite of tools for optimizing javascript, css files\
82+
\ and images."
83+
homepage_url: ""
84+
binary_artifact:
85+
url: "https://api.nuget.org/v3-flatcontainer/webgrease/1.5.2/webgrease.1.5.2.nupkg"
86+
hash: "RT+no0g7Qk28J/XVwHgn5lJ/qm4hyWFp7wt0I71Uw0j3SfTfOmNqPMxfedHanAjtf3dB2/0KjQ3fQkvVewsvsA=="
87+
hash_algorithm: "SHA-512"
88+
source_artifact:
89+
url: ""
90+
hash: ""
91+
hash_algorithm: ""
92+
vcs:
93+
type: ""
94+
url: ""
95+
revision: ""
96+
path: ""
97+
vcs_processed:
98+
type: ""
99+
url: ""
100+
revision: ""
101+
path: ""
102+
curations: []
103+
- package:
104+
id: "nuget::jQuery:3.3.1"
105+
declared_licenses:
106+
- "http://jquery.org/license"
107+
description: "jQuery is a new kind of JavaScript Library.\n jQuery is a\
108+
\ fast and concise JavaScript Library that simplifies HTML document traversing,\
109+
\ event handling, animating, and Ajax interactions for rapid web development.\
110+
\ jQuery is designed to change the way that you write JavaScript.\n NOTE:\
111+
\ This package is maintained on behalf of the library owners by the NuGet Community\
112+
\ Packages project at http://nugetpackages.codeplex.com/"
113+
homepage_url: "http://jquery.com/"
114+
binary_artifact:
115+
url: "https://api.nuget.org/v3-flatcontainer/jquery/3.3.1/jquery.3.3.1.nupkg"
116+
hash: "Emsts1D6E2AgHVBm4cTD2dxoRyWVG+3zK1x8mYbf+k6aAArPTXHR2Ip++o1utlNbmYIzaPFnhGw3YDexp8PjlQ=="
117+
hash_algorithm: "SHA-512"
118+
source_artifact:
119+
url: ""
120+
hash: ""
121+
hash_algorithm: ""
122+
vcs:
123+
type: ""
124+
url: ""
125+
revision: ""
126+
path: ""
127+
vcs_processed:
128+
type: ""
129+
url: ""
130+
revision: ""
131+
path: ""
132+
curations: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is an empty and meaningless file to have ORT realise we are using dotnet as package manager
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<ItemGroup>
3+
<PackageReference Include="jQuery" Version="1.3.2" />
4+
<PackageReference Include="WebGrease" Version="1.5.2" />
5+
</ItemGroup>
6+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
---
2+
project:
3+
id: "nuget::nuget:"
4+
definition_file_path: "analyzer/src/funTest/assets/projects/synthetic/nuget/nuget.xml"
5+
declared_licenses: []
6+
vcs:
7+
type: "Git"
8+
url: "https://github.com/heremaps/oss-review-toolkit.git"
9+
revision: "<REPLACE_REVISION>"
10+
path: "<REPLACE_PATH>"
11+
vcs_processed:
12+
type: "git"
13+
url: "<REPLACE_URL>"
14+
revision: "<REPLACE_REVISION>"
15+
path: "<REPLACE_PATH>"
16+
homepage_url: ""
17+
scopes:
18+
- name: "dependencies"
19+
dependencies:
20+
- id: "nuget::WebGrease:1.5.2"
21+
dependencies:
22+
- id: "nuget::Antlr:3.4.1.9004"
23+
- id: "nuget::Newtonsoft.Json:5.0.4"
24+
- id: "nuget::jQuery:3.3.1"
25+
packages:
26+
- package:
27+
id: "nuget::Antlr:3.4.1.9004"
28+
declared_licenses: []
29+
description: "ANother Tool for Language Recognition, is a language tool that provides\
30+
\ a framework for constructing recognizers, interpreters, compilers, and translators\
31+
\ from grammatical descriptions containing actions in a variety of target languages."
32+
homepage_url: ""
33+
binary_artifact:
34+
url: "https://api.nuget.org/v3-flatcontainer/antlr/3.4.1.9004/antlr.3.4.1.9004.nupkg"
35+
hash: "t4RqqB/yvSHU8okrySS1L2KaaPsAOCDM8NPbiOy8OJw/oiNIjjUzS5igIVJds0m5k5AmYyGWV9jBVpFQcq830w=="
36+
hash_algorithm: "SHA-512"
37+
source_artifact:
38+
url: ""
39+
hash: ""
40+
hash_algorithm: ""
41+
vcs:
42+
type: ""
43+
url: ""
44+
revision: ""
45+
path: ""
46+
vcs_processed:
47+
type: ""
48+
url: ""
49+
revision: ""
50+
path: ""
51+
curations: []
52+
- package:
53+
id: "nuget::Newtonsoft.Json:5.0.4"
54+
declared_licenses:
55+
- "http://json.codeplex.com/license"
56+
description: "Json.NET is a popular high-performance JSON framework for .NET"
57+
homepage_url: "http://james.newtonking.com/projects/json-net.aspx"
58+
binary_artifact:
59+
url: "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/5.0.4/newtonsoft.json.5.0.4.nupkg"
60+
hash: "dg2TSL5YEyhbitOHlaKlr+eIvN2rT3GQ7VgcbqUkwNZ6fdW91ThPGX47WljAcKtb23BEk8yOCtY6s191O21hvw=="
61+
hash_algorithm: "SHA-512"
62+
source_artifact:
63+
url: ""
64+
hash: ""
65+
hash_algorithm: ""
66+
vcs:
67+
type: ""
68+
url: ""
69+
revision: ""
70+
path: ""
71+
vcs_processed:
72+
type: ""
73+
url: ""
74+
revision: ""
75+
path: ""
76+
curations: []
77+
- package:
78+
id: "nuget::WebGrease:1.5.2"
79+
declared_licenses:
80+
- "http://www.microsoft.com/web/webpi/eula/msn_webgrease_eula.htm"
81+
description: "Web Grease is a suite of tools for optimizing javascript, css files\
82+
\ and images."
83+
homepage_url: ""
84+
binary_artifact:
85+
url: "https://api.nuget.org/v3-flatcontainer/webgrease/1.5.2/webgrease.1.5.2.nupkg"
86+
hash: "RT+no0g7Qk28J/XVwHgn5lJ/qm4hyWFp7wt0I71Uw0j3SfTfOmNqPMxfedHanAjtf3dB2/0KjQ3fQkvVewsvsA=="
87+
hash_algorithm: "SHA-512"
88+
source_artifact:
89+
url: ""
90+
hash: ""
91+
hash_algorithm: ""
92+
vcs:
93+
type: ""
94+
url: ""
95+
revision: ""
96+
path: ""
97+
vcs_processed:
98+
type: ""
99+
url: ""
100+
revision: ""
101+
path: ""
102+
curations: []
103+
- package:
104+
id: "nuget::jQuery:3.3.1"
105+
declared_licenses:
106+
- "http://jquery.org/license"
107+
description: "jQuery is a new kind of JavaScript Library.\n jQuery is a\
108+
\ fast and concise JavaScript Library that simplifies HTML document traversing,\
109+
\ event handling, animating, and Ajax interactions for rapid web development.\
110+
\ jQuery is designed to change the way that you write JavaScript.\n NOTE:\
111+
\ This package is maintained on behalf of the library owners by the NuGet Community\
112+
\ Packages project at http://nugetpackages.codeplex.com/"
113+
homepage_url: "http://jquery.com/"
114+
binary_artifact:
115+
url: "https://api.nuget.org/v3-flatcontainer/jquery/3.3.1/jquery.3.3.1.nupkg"
116+
hash: "Emsts1D6E2AgHVBm4cTD2dxoRyWVG+3zK1x8mYbf+k6aAArPTXHR2Ip++o1utlNbmYIzaPFnhGw3YDexp8PjlQ=="
117+
hash_algorithm: "SHA-512"
118+
source_artifact:
119+
url: ""
120+
hash: ""
121+
hash_algorithm: ""
122+
vcs:
123+
type: ""
124+
url: ""
125+
revision: ""
126+
path: ""
127+
vcs_processed:
128+
type: ""
129+
url: ""
130+
revision: ""
131+
path: ""
132+
curations: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is an empty and meaningless file to have ORT realise we are using nuget as package manager
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="jQuery" version="1.3.2" targetFramework="net462" />
4+
<package id="WebGrease" version="1.5.2" targetFramework="net462" />
5+
</packages>

0 commit comments

Comments
 (0)