Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 498 Bytes

File metadata and controls

11 lines (6 loc) · 498 Bytes

Iec070 - Only use Invisible where possible

Severity: Error Error

Reports the usage of the [Invisible] attribute if it is not on fields attributed with [Input], [Output] or [InOut] inside classes attributed with [FunctionBlock].

Solution

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

Remove the [Invisible] attribute.