Skip to content

Allow for not throwing not initialized exception on designer builds #196

@Keboo

Description

@Keboo

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions