Skip to content

Enable nullability in ToolStripOverflow#8017

Merged
RussKie merged 2 commits intodotnet:mainfrom
gpetrou:ToolStripOverflow
Oct 25, 2022
Merged

Enable nullability in ToolStripOverflow#8017
RussKie merged 2 commits intodotnet:mainfrom
gpetrou:ToolStripOverflow

Conversation

@gpetrou
Copy link
Contributor

@gpetrou gpetrou commented Oct 24, 2022

Proposed changes

  • Enable nullability in ToolStripOverflow.
Microsoft Reviewers: Open in CodeFlow

@gpetrou gpetrou requested a review from a team as a code owner October 24, 2022 15:25
@ghost ghost assigned gpetrou Oct 24, 2022
@ghost ghost added the area: NRT label Oct 24, 2022
}

return new ToolStripItemCollection(null, false);
return new ToolStripItemCollection(owner: null, false);
Copy link
Member

Choose a reason for hiding this comment

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

nit, param name for second one.

@RussKie RussKie merged commit 3b772a3 into dotnet:main Oct 25, 2022
@ghost ghost added this to the 8.0 Preview1 milestone Oct 25, 2022
@gpetrou gpetrou deleted the ToolStripOverflow branch October 26, 2022 16:08
@ghost ghost locked as resolved and limited conversation to collaborators Nov 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants