arcus-azure/arcus.messaging

Remove deprecated `ValueMissingException`

stijnmoreels opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Previously, we used reflection to retrieve open interfaces from the dependency injection system as this was not built-in, but with some rework the reflection code was not needed anymore.

Describe the solution you'd like
Remove the deprecated ValueMissingException which was only used in the reflection code and now not needed anymore.