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

Bail out for primary constructor parameters in IDE0059 analyzer #69748

Merged
merged 1 commit into from
Aug 30, 2023

Commits on Aug 29, 2023

  1. Bail out for primary constructor parameters in IDE0059 analyzer

    Fixes dotnet#69643
    
    We already did so for IDE0060 (unused parameters) in a prior PR. This adds a similar bailout check in the core dataflow analysis IOperation walker for IDE0059 (unused value assignment)
    mavasani committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    32f597c View commit details
    Browse the repository at this point in the history