Fred Silberberg
Fred Silberberg
# UTF-8 Literal Pattern Matching Support * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] Specification: Not Started The LDM looked...
Adds the completion handler for `dotnet`, as detailed in the [instructions](https://docs.microsoft.com/en-us/dotnet/core/tools/enable-tab-autocomplete#zsh).
Using the various media control functions does not seem to work with Spotify. I've tested on a Galaxy Nexus and a Nexus 5, both running the latest version of 4.4,...
### Overview Today, `MemberNotNull` and `MemberNotNullWhen` attributes are not forwarded from backing fields to observable properties. This would be useful for observable properties that indicate that other properties are valid...
Fixes https://github.com/OmniSharp/omnisharp-roslyn/issues/2379.
Today, we delete a few dlls in the cake packaging scripts, to remove DLLs that should come from the runtime we're loaded with, rather than the dlls we built with....
Allows find references to provide information about references in source-generated files.
Adds support for calculating expressions for language clients to have debuggers show values inline. As part of this, I've added a few test helper utilities from roslyn to make test...
This adds a new set of endpoints designed for implementing a syntax tree visualizer. There is an accompanying set of commits using these endpoints in vscode to display syntax information...
Currently we're including `-net6.0` in our publish urls for OmniSharp. This is bad because we cannot programmatically determine, from a client, whether .NET 6 is the current version of OmniSharp,...