io.joern.csharpsrc2cpg.utils
package io.joern.csharpsrc2cpg.utils
Members list
Type members
Classlikes
class DependencyDownloader(cpg: Cpg, config: Config, internalProgramSummary: CSharpProgramSummary, internalPackages: Set[String])
Queries NuGet for the artifacts of a programs' dependencies, according to the V2 API.
Queries NuGet for the artifacts of a programs' dependencies, according to the V2 API.
TODO: Note that NuGet has API throttling, so beware of that if this is to be processed concurrently.
Attributes
- See also
- Supertypes
-
class Objecttrait Matchableclass Any
class DotNetAstGenRunner(config: Config) extends AstGenRunnerBase
Attributes
- Supertypes
-
trait AstGenRunnerBaseclass Objecttrait Matchableclass Any
In this article