Closed Suriman closed 7 years ago
Hi @Suriman ,
I would like to have this tool to support .net core 2.0 very much. And I've verified that this tool can work with netcore2.0 if compiled under it. However, there are some limitations or concerns for compiling it under netcore2.0:
Having all the concerns above, it you still would like to verify it with netcore 2.0 soon, I may consider building one new branch for it. But still, considering support is not so ready for netcore 2.0, waiting for a while to have a more mature environment seems to be wise.
What would you think?
Hi @keeper013. For points 1, 2 and 4 I think we will have to wait. To point 3 could also wait or change the framework to MSTest.
Hi @Suriman,
Please correct me if I'm wrong. I was under the impression that mstest only exists in Windows operating system. To ensure the platform independence of CrossCutterN (e.g. to be built in Windows and Linux and Mac under .net framework, .netcore and mono), NUnit is so far the best choice I found.
Thanks.
Hi @Suriman , Please check netstandard branch, it is tested locally for netcore2.0 and .net framework 4.6.1. Please note that strong naming feature doesn't work for this branch, as we'll need to wait for Mono.Cecil to complete it. Currently this branch doesn't work in appveyor CI, we still need appveyor to complete it's support for .netstandard and .netcore. However, the branch is tested ok locally.
Please get back to me if anything is missing or not working correctly. Thanks.
Has CrossCutterN .NET Core 2.0 support?