Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate notes, add notes for 4/15. #43429

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Conversation

333fred
Copy link
Member

@333fred 333fred commented Apr 16, 2020

/cc @chsienki @jasonmalinowski @mavasani @gafter @AlekseyTs @KathleenDollard @DustinCampbell

@jasonmalinowski who should I assign a followup issue for the workspace changes to?

@333fred 333fred marked this pull request as ready for review April 16, 2020 23:24

* `Project.RemoveDocuments`: Everything else in this type uses `IEnumerable<T>`, not `ImmutableArray<T>`. If we could start again from day 1 we might make everything that, but given that everything today uses the former, we should do so here. This applies to the overloads on `Solution` as well.
* `Solution.RemoveAdditonalDocuments/RemoveAnalyzerConfigDocuments`: We added these to `Solution`, but not to project, even though that also has the invididual `Remove` methods. We should add them to `Project` as well.
* `DocumentOptionSet.GetOption`: This API was added as a `new` on the concrete `DocumentOptionSet` to cover a change when we moved the implementation up to `OptionSet` and made the method non-virtual. This is not actually a breaking change, so we should remove this.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created #43428 to address this.

@jasonmalinowski
Copy link
Member

@333fred You can assign the other ones to me.

@333fred
Copy link
Member Author

333fred commented Apr 17, 2020

@jasonmalinowski filed #43435 and assigned to you.

@333fred 333fred closed this Apr 17, 2020
@333fred 333fred reopened this Apr 17, 2020
@jaredpar jaredpar merged commit 37efffc into dotnet:master Apr 20, 2020
@ghost ghost added this to the Next milestone Apr 20, 2020
@333fred 333fred deleted the notes branch April 20, 2020 20:57
@sharwell sharwell modified the milestones: Next, temp, 16.7.P1 Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants