AutoDI icon indicating copy to clipboard operation
AutoDI copied to clipboard

Allow for not throwing not initialized exception on designer builds

Open Keboo opened this issue 2 years ago • 0 comments

Create a user control similar to the following:

public MyUserControl() : this(null!) { }

public MyUserControl([Dependency] IService service) { }

Right now, design builds fail. It would be nice if this didn't happen.

Keboo avatar Nov 30 '22 19:11 Keboo