With my code I get messages which shows messages as:
Object initialization can be simplified.
They are not shown as errors? How does simplification help? How do I simplify this code
_passwordEntry = new Entry();
_passwordEntry.Keyboard = Keyboard.Text;
_passwordEntry.Placeholder = "Password";
stackLayout.Children.Add(_passwordEntry);