Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 421 Bytes

File metadata and controls

11 lines (6 loc) · 421 Bytes

Iec069 - Only Initialize in Init method

Severity: Error Error

Reports when Init(), ctor() or __Init() is called on a field attributed with [Structure] outside its Init() method.

Solution

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

Remove the method call.