You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unable to create cpg for c# code.The following error occurs:
[main] INFO io.joern.csharpsrc2cpg.utils.DotNetAstGenRunner-Running dotnetastgen on 'D:\Workspace\Java\CsharpAnalysis\src\main\resources'
[main] ERROR io.joern.csharpsrc2cpg.utils.DotNetAstGenRunner-- running dotnetastgen failed!
java.lang.RuntimeException:
at io.joern.x2cpg.utils.ExternalCommand.handleRunResult(ExternalCommand.scala:22)
at io.joern.x2cpg.utils.ExternalCommand.handleRunResult$(ExternalCommand.scala:8)
at io.joern.x2cpg.utils.ExternalCommand$.handleRunResult(ExternalCommand.scala:39)
at io.joern.x2cpg.utils.ExternalCommand.run(ExternalCommand.scala:34)
at io.joern.x2cpg.utils.ExternalCommand.run$(ExternalCommand.scala:8)
at io.joern.x2cpg.utils.ExternalCommand$.run(ExternalCommand.scala:39)
at io.joern.csharpsrc2cpg.utils.DotNetAstGenRunner.runAstGenNative(DotNetAstGenRunner.scala:67)
at io.joern.x2cpg.astgen.AstGenRunnerBase.execute(AstGenRunner.scala:181)
at io.joern.x2cpg.astgen.AstGenRunnerBase.execute$(AstGenRunner.scala:83)
at io.joern.csharpsrc2cpg.utils.DotNetAstGenRunner.execute(DotNetAstGenRunner.scala:14)
at io.joern.csharpsrc2cpg.CSharpSrc2Cpg.createCpg$$anonfun$1$$anonfun$1(CSharpSrc2Cpg.scala:36)
at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
at better.files.Dispose.apply(Dispose.scala:75)
at better.files.Dispose.foreach(Dispose.scala:91)
at better.files.File$.usingTemporaryDirectory(File.scala:1320)
at io.joern.csharpsrc2cpg.CSharpSrc2Cpg.createCpg$$anonfun$1(CSharpSrc2Cpg.scala:68)
at scala.runtime.function.JProcedure2.apply(JProcedure2.java:15)
at scala.runtime.function.JProcedure2.apply(JProcedure2.java:10)
at io.joern.x2cpg.X2Cpg$.withNewEmptyCpg$$anonfun$1$$anonfun$1(X2Cpg.scala:322)
at io.joern.x2cpg.X2Cpg$.$anonfun$adapted$1(X2Cpg.scala:323)
at scala.util.Try$.apply(Try.scala:210)
at io.joern.x2cpg.X2Cpg$.withNewEmptyCpg$$anonfun$1(X2Cpg.scala:323)
at scala.util.Try$.apply(Try.scala:210)
at io.joern.x2cpg.X2Cpg$.withNewEmptyCpg(X2Cpg.scala:329)
at io.joern.csharpsrc2cpg.CSharpSrc2Cpg.createCpg(CSharpSrc2Cpg.scala:69)
at TaintAnalysis$.run(TaintAnalysis.scala:39)
at Main$.main(Main.scala:3)
at Main.main(Main.scala)
To Reproduce
my code
def run(): Unit = {
val config = Config()
.withInputPath("src\\main\\resources")
implicit val cpg: Cpg = new CSharpSrc2Cpg().createCpg(config).get
}
Describe the bug
Unable to create cpg for c# code.The following error occurs:
To Reproduce
my code
c# code to parse
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: