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

Specify record struct initialization #27595

Merged
merged 1 commit into from Dec 16, 2021

Conversation

BillWagner
Copy link
Member

Fixes #26877

Clarify that you must specify the values for positional parameters when you initialize a positional record struct.

Fixes dotnet#26877

Clarify that you must specify the values for positional parameters when you initialize a positional record struct.
@BillWagner
Copy link
Member Author

ping @adegeo for review

@@ -1,32 +0,0 @@
{
"markdown.docsetName": "dotnet",
Copy link
Contributor

Choose a reason for hiding this comment

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

@BillWagner is this file deletion intentional?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. It was added to our .gitignore recently.

@IEvangelist IEvangelist merged commit 3fe194c into dotnet:main Dec 16, 2021
@BillWagner BillWagner deleted the editpass-records-tutorial branch December 17, 2021 14:04
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.

Unclear code example
4 participants