adamchester / expecto-adapter

Visual Studio test adapter for Expecto (https://github.com/haf/expecto)
MIT License
28 stars 16 forks source link

netcoreapp vs netstandard story #37

Open AnthonyLloyd opened 6 years ago

AnthonyLloyd commented 6 years ago

Can I check what happens with netstandard assemblies with tests that are used in an entrypoint netcoreapp?

It looks like you are running tests using the adapters app?

If you look at the story here for xunit it gets complicated: https://twitter.com/ExpectoIO/status/953194299872735233

sergey-tihon commented 6 years ago

Do anybody know the example of working setup of expecto-adapter with netcore2 test project?

AnthonyLloyd commented 6 years ago

Just chatting to @MNie it looks like not. I think we should discuss the best way the Expecto lib can help this get done in the netcoreapp/netstandard world.

My naive opener is could it all be done via the netcoreapp cli?

jackfoxy commented 6 years ago

Deleting my previous comment with a test repo, as I now realize the repo is not properly configured to test this issue.