Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 376 Bytes

File metadata and controls

13 lines (6 loc) · 376 Bytes

Iec084 - Generic methods are not supported

Severity: Error Error

Generic methods are currently not supported with eCLR. Do not use them.

Solution

You can also use the provided automatic Code Fix to make the method non-generic. ( Press Alt + Enter on the Error line to find the Code Fix in the context menu)

Make the method non-generic.