dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
122 stars 46 forks source link

Add simple test for MEF Dependency Injection #1306

Closed lbussell closed 4 months ago

lbussell commented 4 months ago

Fixes #1273 by adding a test that will fail when there are any composition errors. Also by adding the config option for disabling silent rejection on the container, ImageBuilder will no longer start when there are composition errors.