-
As a consumer of the Roslyn LSIF generator tool in an automated environment, I have little visibility into when/why it may fail in aggregate. Currently, when a failure is encountered, we must open up …
-
Running the lsifgenerator on Roslyn.sln itself produces this crash:
```
Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.C…
-
I work on a tool that parses and interprets LSIF content. Recently we've been looking for ways to improve throughput when parsing large quantities of LSIF and have encountered a couple of bottlenecks …
-
I tried to load a 678mb LSIF file into the language server but it causes an internal error.
```
[Error - 9:36:21 AM] "toString()" failed
Error: "toString()" failed
at stringSlice (buffer.js:…
-
C# and TypeScript LSIF generators both have support for `capabilities` vertex. This doesn't yet appear to be referenced in the spec, however.
Such capabilities nodes look like:
```typescript
{
…
-
TL;DR: https://github.com/rust-dev-tools/cargo-src, but on top of rust-analyzer
Add a command, `rust-analyzer reader-mode path/to/Cargo.toml`, which produces a directory with a bunch of html files,…
-
# Planning 1
UPDATE 23-09-19: The tool used to be called Ring when I was going to write it in Rust.
For the past few years, protocols have existed that …
-
-
- *05/30* Code freeze for the endgame
- *06/03* [Endgame done](https://github-com/Microsoft/vscode/wiki/Development-Process-inside-an-iteration)
- *06/09* Expected release date (this may change)
…
-
**Version Used**: 4.5.0-1.22510.9 of the Microsoft.CodeAnalysis.Lsif.Generator project
**Steps to Reproduce**:
1. Create a class library with the following content:
```C#
using SomeClass = Ali…