Skip to content
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

[Bug] Many CS1002 errors after run joern-parse which dont show after dotnet compiling #5136

Open
Wowhere opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Wowhere
Copy link

Wowhere commented Nov 26, 2024

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)
@Wowhere Wowhere added the bug Something isn't working label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant