-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recover dependency tree from nuspec files (#1374)
* Recover dependency tree from nuspec files Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * Recover dependency tree from nuspec files Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * Retain all target frameworks Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * Track target framework for system packages from GAC Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * Adds mono namespace prefix for GAC Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * Track hint path as a property Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * Remove netty from snapshot tests for now Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> * Bug fix for windows Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com> --------- Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
- Loading branch information
Showing
9 changed files
with
242 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>xunit</id> | ||
<version>2.2.0</version> | ||
<title>xUnit.net</title> | ||
<authors>James Newkirk,Brad Wilson</authors> | ||
<owners>James Newkirk,Brad Wilson</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/xunit/xunit</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl> | ||
<description>xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. | ||
|
||
Installing this package installs xunit.core and xunit.assert.</description> | ||
<summary>xUnit.net is a developer testing framework, built to support Test Driven Development.</summary> | ||
<language>en-US</language> | ||
<dependencies> | ||
<dependency id="xunit.core" version="[2.2.0]" /> | ||
<dependency id="xunit.assert" version="[2.2.0]" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>xunit.runner.utility</id> | ||
<version>2.2.0</version> | ||
<title>xUnit.net [Runner Utility]</title> | ||
<authors>James Newkirk,Brad Wilson</authors> | ||
<owners>James Newkirk,Brad Wilson</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/xunit/xunit</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl> | ||
<description>Includes the version-independent runner for xUnit.net to run both v1.9.2 and v2.0+ tests (xunit.runner.utility.*.dll).</description> | ||
<summary>Includes the version-independent runner for xUnit.net (xunit.runner.utility.*.dll).</summary> | ||
<language>en-US</language> | ||
<dependencies> | ||
<group targetFramework=".NETFramework3.5"> | ||
<dependency id="xunit.abstractions" version="2.0.1" /> | ||
</group> | ||
<group targetFramework=".NETStandard1.1"> | ||
<dependency id="NETStandard.Library" version="1.6.0" /> | ||
<dependency id="xunit.abstractions" version="2.0.1" /> | ||
<dependency id="xunit.extensibility.core" version="[2.2.0]" /> | ||
</group> | ||
<group targetFramework=".NETStandard1.5"> | ||
<dependency id="NETStandard.Library" version="1.6.0" /> | ||
<dependency id="System.Reflection.TypeExtensions" version="4.1.0" /> | ||
<dependency id="xunit.abstractions" version="2.0.1" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
project,link,language,pre_build_cmd,build_cmd,commit | ||
"netty","https://github.com/netty/netty.git","java8","","","ffee1746f85cb3e0d74801abe77ab30f49221185" | ||
"django-goat","https://github.com/red-and-black/DjangoGoat.git","python","","python -m venv venv; source venv/bin/activate && pip install -r requirements_app.txt","5e6aaa6d0497bf24abd179304e6ca51295a8091d" | ||
"java-sec-code","https://github.com/JoyChou93/java-sec-code.git","java8","","mvn -B clean compile -DskipTests=true","457d703e8f89bff657c6c51151ada71ebd09a1c6" | ||
"rasa","https://github.com/RasaHQ/rasa.git","python","pipx install poetry","","7807b19ad5fffab73ca1a04dc710f812115a9288" | ||
"restic","https://github.com/restic/restic.git","go","","go run build.go","3786536dc18ef27aedcfa8e4c6953b48353eee79" | ||
"syncthing","https://github.com/syncthing/syncthing.git","go","","go run build.go","ba6ac2f604eb1cd27764460b687537c5e40aaaf8" | ||
"tinydb","https://github.com/msiemens/tinydb.git","python","","python -m venv venv; source venv/bin/activate && pip install .","3dc6a952ef8700706909bf60a1b15cf21af47608" | ||
"tinydb","https://github.com/msiemens/tinydb.git","python","","python -m venv venv; source venv/bin/activate && pip install .","3dc6a952ef8700706909bf60a1b15cf21af47608" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.