How to add projects to the visual studio designer from a module #9
-
I want to develop a module that helps me scaffold my unit test projects. I have the following goals:
I am unsure of how to alter the solution model from a module. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To alter the solution model from a module, the following "How To" should have all the info you need. It covers installing Metadata into designers (the example just happens to be the Visual Studio Designer), the second half of the "How To" specifically covers doing this from a Module. We also have a Unit Testing Module named |
Beta Was this translation helpful? Give feedback.
Hi @stephanjohnson
To alter the solution model from a module, the following "How To" should have all the info you need.
https://docs.intentarchitect.com/articles/application-templates/metadata-installation/metadata-installation.html
It covers installing Metadata into designers (the example just happens to be the Visual Studio Designer), the second half of the "How To" specifically covers doing this from a Module.
We also have a Unit Testing Module named
Intent.Application.MediatR.CRUD.Tests
in our repository which you could take a look at, it might be useful or give you some ideas in this regard.