Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 406 Bytes

File metadata and controls

13 lines (6 loc) · 406 Bytes

Iec014 - Fields of type Any must not be Outputs

Severity: Error Error

Fields with the attribute [Output] must not be of type Any.

Solution

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

Change the [Output]attribute to [InOut].