Fred Silberberg
Fred Silberberg
If the token is null, it's silently used. It will then cause a WebException in the StackExchangeService when the query fails due to lack of token.
When attempting to debug https://github.com/OmniSharp/omnisharp-roslyn/releases/tag/v1.37.6 (which has 0.18.3 of the lsp implementation) SourceLink was not working. No symbols could be loaded.
GoToDefinition might not immediately go to the document definition for any given location if there are multiple locations (common for source generated symbols), so we shouldn't immediately resolve the generated...
As title. Shouldn't have to click plus if there's no existing layout.
# Enhanced switch statments * [x] Proposed * [ ] Prototype: [Not Started](https://github.com/PROTOTYPE_OWNER/roslyn/BRANCH_NAME) * [ ] Implementation: [Not Started](https://github.com/dotnet/roslyn/BRANCH_NAME) * [ ] Specification: [Not Started](pr/1) ## Summary [summary]: #summary This...
# Ignored Directives * [x] Proposed * [ ] Prototype: [Complete](https://github.com/PROTOTYPE_OWNER/roslyn/BRANCH_NAME) * [ ] Implementation: [In Progress](https://github.com/dotnet/roslyn/BRANCH_NAME) * [ ] Specification: [Not Started](pr/1) ## Summary [summary]: #summary As we move...
Roslyn has a set of diagnostic comparison helpers that give a significantly better experience verifying error messages, as it compares a large number of things simultaneously (number of errors, right...
The testing SDK multi-threads running of analyzers, which is incredibly frustrating when attempting to set breakpoints and step through code, as the debugger jumps around when threads are unpaused and...
Tracking issue for discussion in LDM. We have several customers (such as EF, F#, the IDE) who have taken implicit dependency on the `$` method name as a valid way...
Fixes https://github.com/dotnet/csharplang/issues/6754, fixes https://github.com/dotnet/roslyn/issues/65406.