Build/Test Issues

Workaround working with net.core projects?

Started by GreenMoose on 3,917 views

v2.26

Is there any workaround to use .net core C# libraries with NCrunch?

(We have started to use asp.net core and I thought I could get away with having a solution with only .net core libraries specific for NCrunch but NCrunch seems to fail finding the built assembly with error "Unable to find built assembly. Checked locations: ..." )

Thanks.

(I noticed https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/8065623-support-net-core-net-standard-previously-known the support for it is planned for January).

Edited

Hi,

At present, I know of no workaround.

To handle .NET Core, NCrunch needs to integrate with the new VS project system.

It then needs rewired handling of the load process, integration with the new build logic, cross-compilation of all runtime components to target .NET Core, and a new task runner that can enable the .NET Core environment. Because there are so many tool steps that need to change to support .NET Core, I don't expect there will be a feasible workaround that will allow NCrunch to use it prior to the proper support being introduced.

Of course, someone may prove me wrong :)

Post a reply

Log in to reply.