Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Automate conversion of settings to build mode output #9

@markfinal

Description

@markfinal

Settings classes are derived from one or more interfaces. The conversion to a build mode output, e.g. command line output, Xcode project, VisualStudio project, currently requires explicitly casting the object to each interface to apply the Convert function.
This is error prone.
So, similar to the initialisation using reflection to iterate over all interfaces, do this for conversion too.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions