A proof of concept for integrating multiple MSolve modules required for the DComEX Framework.
Proposed Steps:
- Start with a single MSolve module
- Define a container image with the module
- base image with required dependencies (e.g. .NET and xUnit)
- Docker file for building the image with the module
- Create a CI/CD pipeline at CSCS that builds and tests the container
- Add more modules
- Integrate
NuGet
for package management and dependency wrangling.