-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for extra visual studio and Nuget "manifests" #2392
Comments
If this is available I would like to work on this issue. |
Hey @s4-2, I contacted you on Twitter regarding this issue, could you take a look at that? 😄 |
Hey @pombredanne, |
@mapelpapel sory for the late reply... but we also started the chat on Gitter... that's great. |
The base nuget handling is there: https://github.com/nexB/scancode-toolkit/blob/develop/src/packagedcode/nuget.py |
Add support for 2 manifest files: - packages.config: XML file holding the list of package dependencies; - *.csproj: describe a project with dependencies (NuGet package references); The manifest files do not contain a lot of info, but enough to build a package-url. fixes aboutcode-org#2392
Add support for 2 manifest files: - packages.config: XML file holding the list of package dependencies; - *.csproj: describe a project with dependencies (NuGet package references); The manifest files do not contain a lot of info, but enough to build a package-url. fixes aboutcode-org#2392 Signed-off-by: Adrien Schildknecht <[email protected]>
Add support for 2 manifest files: - packages.config: XML file holding the list of package dependencies; - *.csproj: describe a project with dependencies (NuGet package references); The manifest files do not contain a lot of info, but enough to build a package-url. fixes aboutcode-org#2392 Signed-off-by: Adrien Schildknecht <[email protected]>
There are several files we could squeeze data from:
The text was updated successfully, but these errors were encountered: