I am running JetBrains Rider 2020.1.2, Build #RD-201.7223.10, built on May 6, 2020 and working on a custom control. The IDE doesn't seem to update the property grid with design-time changes to my control. If I open and close the file, the changes will reflect. Whereas if I make the change and perform a build/run, changes will not reflect in properties grid for the control at design time. Is it possible for someone to cast some light on this?
[Category("Design"), Description("Turn on dark mode."),Browsable(true)]
public bool DarkMode { get; set; }
I.e. if I add the above.