Codit / BizTalk-Extended

BizTalk<Extended> is an open-source project that will take your BizTalk development to the next level.
MIT License
7 stars 7 forks source link

Pipeline component asks for the reference Microsoft.XLANGs.BaseTypes #33

Closed msjonathan closed 8 years ago

msjonathan commented 8 years ago

When using the base pipeline component, the reference to XLANG base types is asked. This is because the BizTalk.Extended.Core has a reference to this dll.

Is this wanted behavior? - maybe this could be solved with my previous ticket. #31

tomkerkhove commented 8 years ago

31 should not fix it - It should only add the pipeline dlls for pipelines and vice versa imo.

What in Core is using this?

msjonathan commented 8 years ago

MessageContextPropertyBase is part of this assembly.

tomkerkhove commented 8 years ago

A-ha, It's because of ContextPropertySerializer.

We'll have to take a look at how we can abstract it or move some stuff around.

Good catch!

tomkerkhove commented 8 years ago

This is not a bug since it is a mandatory reference for what we're doing. Closing this issue.