Skip to content

Conversation

@sharwell
Copy link
Contributor

Fixes #68478

@sharwell sharwell requested a review from a team as a code owner June 13, 2023 13:35
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 13, 2023
Comment on lines +123 to +124
[Fact]
[WorkItem("https://github.com/dotnet/roslyn/issues/68478")]
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
[Fact]
[WorkItem("https://github.com/dotnet/roslyn/issues/68478")]
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/68478")]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

➡️ Keeping this one as-is

public async Task SimpleSetPropertyMissingRequiredAttribute()
{
var code =
"""
Copy link
Member

Choose a reason for hiding this comment

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

my preference would also be consistency. but it's not a deal breaker.

@sharwell sharwell merged commit 07a7cc7 into dotnet:main Jun 13, 2023
@sharwell sharwell deleted the check-required branch June 13, 2023 19:01
@ghost ghost added this to the Next milestone Jun 13, 2023
@RikkiGibson RikkiGibson modified the milestones: Next, 17.7 P3 Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C# 11 required properties do not compile on dotnet 6

6 participants