agnicore / nfx

.NET Standard Unistack Framework
http://nfxlib.com
Other
75 stars 91 forks source link

NFX Release Build - TRUN(base) fails with 26 errors #29

Open agnibos opened 6 years ago

agnibos commented 6 years ago

Some PAL features (expr eval) are not implemented, but why more errors appeared in Release build?

@vlapchenko please check out

Running on netf: trun nfx.utest.dll -r categories=base - generates 26 errors in release build (was like 8 errors before?)

vlapchenko commented 6 years ago

Some error appeared due to using ToNetworkByteOrder() instead of ToByteArray() for GUID (in several places code was not fixed). Also I can't fix tests for CompilingExpressionEvaluator (migration to Core is not finished).