Closed ubbeK closed 7 years ago
Not supported currently. Duplicate of https://github.com/Starcounter/RebelsLounge/issues/108?
Btw, if a referenced assembly doesn't need to be weaved (i.e. it doesn't contain database classes) then you can exclude it from weaving by means of weaver.ignore file.
Closing: duplicate
I am trying to make proof of concept for a Starcounter test framework which is using
.NETStandard 1.4
. My goal is to create an ordinary Starcounter Application using.NET Framework 4.6.2
or higher which references the test framework. But when doing this I get the following weaver error:Is it possible to reference a .net core assembly in a Starcounter app?
@warpech @miyconst @per-samuelsson