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
A clear and concise description of what the bug is.
I`am trying to load c# project. If i compile it in Visual Studio, everything is OK, no errors.
But if i run:
joern-parse path-to-project.sln --language=csharp
I get many errors like
(772,21): error CS1002: ; expected
(772,29): error CS1002: ; expected
(772,34): error CS1002: ; expected
(772,55): error CS1002: ; expected
(774,10): error CS1002: ; expected
Desktop
Windows 10 22H2 19045.5011
v4.0.160
Java version:
openjdk version "11.0.16.1" 2022-08-12 LTS
OpenJDK Runtime Environment Microsoft-40648 (build 11.0.16.1+1-LTS)
OpenJDK 64-Bit Server VM Microsoft-40648 (build 11.0.16.1+1-LTS, mixed mode)
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
I`am trying to load c# project. If i compile it in Visual Studio, everything is OK, no errors.
But if i run:
joern-parse path-to-project.sln --language=csharp
I get many errors like
Desktop
openjdk version "11.0.16.1" 2022-08-12 LTS
OpenJDK Runtime Environment Microsoft-40648 (build 11.0.16.1+1-LTS)
OpenJDK 64-Bit Server VM Microsoft-40648 (build 11.0.16.1+1-LTS, mixed mode)
The text was updated successfully, but these errors were encountered: