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

Fixing Roslyn RS2002 errors blocking Arcade builds #1118

Merged
merged 1 commit into from
May 10, 2022

Conversation

brandonh-msft
Copy link
Contributor

The RS2002 errors that are causing the arcade PR to fail are due to

dotnet/roslyn-analyzers#5890

wherein using the target-typed new() declaration causes this to fire on you. "Reverting" to explicit ctor usage fixes the issue and allows the PR branch to build w/o issue:

image

@brandonh-msft brandonh-msft requested a review from a team as a code owner May 10, 2022 20:28
Copy link
Member

@sunandabalu sunandabalu left a comment

Choose a reason for hiding this comment

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

Wow, that was a good catch @brandonh-msft

@brandonh-msft brandonh-msft merged commit 90544ab into main May 10, 2022
@brandonh-msft brandonh-msft deleted the brandonh/net7-fixes branch May 10, 2022 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants