This document covers ongoing architectural design notes and thoughts for v2. The proposed design is to create a standalone, portable .NetCore application with a plugin architecture to enable a developer to execute code-generation processes from both the command-line and from Unity as a shortcut/menu item.
The standalone .NetCore solution is organized to facilitate this process in the following ways:
Standalone => Contains .Net Core application and plugin assembly projects.
This document covers ongoing architectural design notes and thoughts for v2. The proposed design is to create a standalone, portable .NetCore application with a plugin architecture to enable a developer to execute code-generation processes from both the command-line and from Unity as a shortcut/menu item.
The standalone .NetCore solution is organized to facilitate this process in the following ways: