Dotnet
To index Dotnet we use SourceGraph's SCIP indexer for dotnet. SCIP is a new format for tools to share information about code. Releases of scip-dotnet can be installed with dotnet tools and used as indexers for SCIP, which Glean will accept. The indexer itself requires a dotnet runtime environment.
Run the indexerβ
Ensure that you have built and installed Glean and
the glean executable is on your PATH.
You can index a Dotnet repository with:
glean index dotnet-scip DIR --db-root DB --db NAME/INSTANCE
where
DBis the directory you want to store your Glean DBsDIRis the root directory containing the Dotnet projectNAME/INSTANCEis the name of the repository to create
In the shellβ
Dotnet source can also be indexed directly from the Glean shell:
:index dotnet-scip DIR
The shell will pick a DB name and hash for you based on DIR.
Schemaβ
The schema is in glean/schema/source/scip.angle