Giter VIP home page Giter VIP logo

Comments (6)

zevanreg avatar zevanreg commented on June 2, 2024

Hi,
Same issue here. Looking at the code it looks like refactoring into separate libraries was not very successful :)

from channeladam.testframework.biztalk.

channeladam avatar channeladam commented on June 2, 2024

Can you try downgrading to version 1.x of the Test framework library?

Version 2 of that and all the other libraries that were split out of Core are all .net standard 2 libraries and are not strongly named (because that is generally not preferred in the community).
So for BizTalk, you need to stick with Core which is strong named, and the version 1 test framework.

Perhaps I need to add a constraint so that TestFramework.BizTalk has <2 for the Tesframework package...

from channeladam.testframework.biztalk.

zevanreg avatar zevanreg commented on June 2, 2024

I've tried to play with versions yesterday even before posting my comment :)
There is a problem with dependencies between different packages. ChannelAdam.TestFramework.1.7.0 + ChannelAdam.TestFramework.BizTalk.1.0.3 would be OK, but for running the test we need a LogAsserter instance. ILogAsserter implementation classes are defined in ChannelAdam.TestFramework.MSTest, ChannelAdam.TestFramework.MSTestV2 and ChannelAdam.TestFramework.NUnit libraries, so we need to add them. But these libraries have dependency on ChannelAdam.TestFramework.Moq>=2.0.2, which in turn has dependency on ChannelAdam.TestFramework>=2.2.0.
So in the end, we cannot use ChannelAdam.TestFramework.1.7.0 + ChannelAdam.TestFramework.BizTalk.1.0.3, because ChannelAdam.TestFramework.Moq.2.0.2 requires at least ChannelAdam.TestFramework.2.2.0.

from channeladam.testframework.biztalk.

channeladam avatar channeladam commented on June 2, 2024

ChannelAdam.TestFramework.MSTestV2, ChannelAdam.TestFramework.Moq and ChannelAdam.TestFramework.NUnit were all created comparatively recently and are thus not suitable to use with the BizTalk libraries - you'll probably need to remove references to them.

Only the original ChannelAdam.TestFramework.MSTest v1.x would be compatible.

from channeladam.testframework.biztalk.

zevanreg avatar zevanreg commented on June 2, 2024

OK, now it's clear and it works. Thank you!

from channeladam.testframework.biztalk.

channeladam avatar channeladam commented on June 2, 2024

NuGet package updated with dependency change on TestFramework.BizTalk to (>= 1.7.0 && < 2.0.0)
https://www.nuget.org/packages/ChannelAdam.TestFramework.BizTalk/1.0.4

from channeladam.testframework.biztalk.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.