sourcegraph / scip-dotnet

SCIP indexer for the C# programming language. Built with the Roslyn .NET compiler
Apache License 2.0
11 stars 1 forks source link

Unable to index ILSpy #49

Open varungandhi-src opened 9 months ago

varungandhi-src commented 9 months ago

Reproduction steps:

git clone https://github.com/icsharpcode/ILSpy.git
cd ILSpy && git checkout d5cec0ab3
docker run -v $(pwd):/app sourcegraph/scip-dotnet:latest scip-dotnet index ILSpy.sln

scip-dotnet image hash: a4b074f00f73

image

There are a few different issues here:

varungandhi-src commented 9 months ago

When I installed scip-dotnet v0.1.15 globally on Linux (the previous approach was using Docker on macOS), I was able to index ILSpy without issues.