WCF extensions without including the assembly version

前端 未结 3 1798
南笙
南笙 2021-02-05 22:37

As discussed here, I\'m trying to add a WCF endpoint-extension; I\'ve got it working, but I need to include the full assembly details:


    <         


        
3条回答
  •  灰色年华
    2021-02-05 23:21

    Have you thought about using the WCF facility for Windsor? It automagically wires extensions to service implementations when they're both registered with the container. Of course, Windsor doesn't require full assembly names. If you're not using Windsor, I'm sure you could fairly easily build an equivalent framework for other IoC containers.

提交回复
热议问题