Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 410 Bytes

File metadata and controls

13 lines (6 loc) · 410 Bytes

Iec078 - Parameters of type Any must not be InOuts

Severity: Error Error

Parameters with the attribute [InOut] must not be of type Any.

Solution

You can also use the provided automatic Code Fix to change the [InOut] attribute to [Input]. ( Press Alt + Enter on the Error line to find the Code Fix in the context menu)

Change the [InOut]attribute to [Input].