Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 475 Bytes

File metadata and controls

11 lines (6 loc) · 475 Bytes

Iec064 - Exported fields have to be public

Severity: Error Error

Checks fields that have any of the attributes [Input], [Output], [InOut], [Local], [InputPort] or [OutputPort], reports a diagnostic if the field is not public.

Solution

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

Make the field public.