Rikki Gibson

Results 39 issues of Rikki Gibson

It looks like since #51791 was merged and we started using a debug bootstrap compiler, Correctness_Build became the long pole of roslyn-ci: It would be nice to be able to...

Area-Compilers
Area-Infrastructure
Concept-Design Debt

Causing build failures in CI. Appears to be a race around different targets trying to write the same output file. @jaredpar ``` 2018-11-09T23:45:10.1478048Z Build FAILED. 2018-11-09T23:45:10.2008397Z 2018-11-09T23:45:10.2015962Z CSC : error...

Bug
Area-Infrastructure

```cs ref struct ByteContainer { public byte B; } ref struct RefByteContainer { public ref byte RB; public RefByteContainer(ref ByteContainer bc) { RB = ref bc.B; // CS9079: Cannot ref-assign...

Area-Compilers
untriaged
New Language Feature - Ref Fields

# Partial properties * [x] Proposed * [ ] Prototype: N/A * [ ] Implementation: [features/partial-properties](https://github.com/dotnet/roslyn/features/partial-properties) * [ ] Specification: [partial-properties.md](https://github.com/dotnet/csharplang/blob/main/proposals/partial-properties.md) ## Summary [summary]: #summary Allow the `partial` modifier on...

Proposal champion

# Repeated Attributes in Partial Members * [x] Proposed: https://github.com/dotnet/csharplang/blob/master/proposals/repeated-attributes.md * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] Specification: Not Started ## Summary...

Proposal champion
Needs Implementation

I use a [mocha.opts file](https://mochajs.org/#mochaopts) to specify the settings to pass to mocha. Since it's in the conventional location ./test/mocha.opts in my project, mocha is able to pick it up...

Implementation of https://github.com/dotnet/csharplang/pull/6781 Closes #65648

Area-Compilers

**Visual Studio Version**: 17.0 preview2 31430.40.main ![MicrosoftTeams-image](https://user-images.githubusercontent.com/5833655/124663644-378a4500-de5f-11eb-9e71-040344d6e021.png) I've tried out the new Launch Profiles window in recent dev17 dogfood builds and I have found it's somewhat disruptive for it to...

Tenet-User Friendly
Feature-Debugging
Triage-Investigate
Feature-Project-Properties-Designer

# Improved Definite Assignment Analysis * [x] Proposed * [x] Prototype: Completed * [x] Implementation: [Completed](https://github.com/dotnet/roslyn/pull/54004) * [x] Specification: [Completed](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-10.0/improved-definite-assignment.md) ## Summary [Definite assignment analysis](../spec/variables.md#definite-assignment) as specified has a few...

Proposal
Proposal champion
Implemented Needs ECMA Spec