Skip to content

Analyzers not being recognized in Dev17 Preview 6 #57293

@akhera99

Description

@akhera99

Version Used:
Version 17.0.0 Preview 6.0 [31815.197.d17.0]
Steps to Reproduce:
Insert:

public class Class
{
    public void Method()
    {
        int x = 5;
        x = 2;
     }
}

Expected Behavior:

public class Class
{
    public void Method()
    {
        int x = 5;
        x = 2; <----- analyzer on this line indicating redundant assignment
     }
}

Actual Behavior:
No diagnostic is shown.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions