Skip to content

SA1135UsingDirectivesMustBeQualified threw an exception of type 'System.ArgumentNullException' with message 'Value cannot be null. (Parameter 'syntax') #3916

Open
@Senderek

Description

@Senderek

.NET version: 9.0.1
Stylecop version: 1.2.0-beta.556

Error:
##[error]CSC(0,0): Error AD0001: Analyzer 'StyleCop.Analyzers.ReadabilityRules.SA1135UsingDirectivesMustBeQualified' threw an exception of type 'System.ArgumentNullException' with message 'Value cannot be null. (Parameter 'syntax')'.

Line that triggers it:
using RequestResponse = (int UpdateCount, int CreateCount);

so using directive that is an alias for a new tuple.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions