TestCentric / testcentric-engine

Test engine that loads and runs tests for TestCentric
MIT License
0 stars 3 forks source link

TestCentric.Engine.Core package does not contain .Net Core 3.1 build of testcentric.engine.core #83

Closed CharliePoole closed 1 year ago

CharliePoole commented 1 year ago

The assembly is built for net20, net462, netstandard2.0 and netcoreapp3.1. The TestCentric.Engine package uses all four builds but the TestCentric.Engine.Core package only includes the first three. As a result, pluggable agents don't get the benefit of the load context and dependency resolution features of 3.1.

CharliePoole commented 1 year ago

:tada: This issue has been resolved in version 2.0.0-alpha8 :tada:

The release is available on: