Andy Gocke
Andy Gocke
# Private class constructor exhaustiveness * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] Specification: Not Started # Summary The switch...
* [x] Proposed * [x] Prototype: https://github.com/dotnet/roslyn/pull/50167 * [x] Implementation: Done * [ ] Specification: Proposal: https://github.com/dotnet/csharplang/pull/5174 ## Summary Simply put, ```C# using T = System.Collections.Generic.List; ``` is legal. While...
The existing ref field proposals have to formalize new safety rules. This is more of a spec proposal than a language proposal. If the language introduces an explicit notion of...
Currently, `partial` must appear directly before `struct`, `class`, or another type declaration keyword. If the type is a `ref` struct, `ref` must appear immediately before `partial` or `struct`. It seems...
## Description Up until an SDK update a few days ago, everything worked fine. Now, every time I try to debug a test in VS Code I get the error...
Most of serilog is trim-compatible. The main incompatibility is configuration settings which scan assemblies at run time. Serilog.Settings.Configuration is the more difficult challenge.
My daily workflow is to navigate to a project like Roslyn in the terminal, run `code .`, and begin to edit. Omnisharp's project loading strategy is slow and difficult to...
List of requests from Helix to reduce failure overhead from PayloadGroup0, which seems to be returning a non-zero exit code very often. - Investigate potentially reducing/combining files. There is significant...
I use the releases.json file to track and manage SDKs. In https://github.com/dotnet/core/commit/45092744234338d9b285d3741f0cfc7127d34a08 it looks like 8.0.100-rc.1.23455.8 was deleted, and 8.0.100-rc.1.23463.5 was added in its place. This is wrong. After a...