Skip to content

SA0102 Syntax error using C# 7 Pattern Matching #106

@Dutchdre

Description

@Dutchdre

C# 7 pattern matching is causing SA0102 errors:

`
switch (message)
{
case ErrorMsg e:
break;

case WarningMsg w:
	break;

}
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions