Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUnit.ConsoleRunner.NetCore cannot find extensions #843

Closed
NikolayPianikov opened this issue Dec 17, 2020 · 8 comments
Closed

NUnit.ConsoleRunner.NetCore cannot find extensions #843

NikolayPianikov opened this issue Dec 17, 2020 · 8 comments
Labels
Bug Needs Confirmation NetCoreRunner Issue related to the .NET Core console runner

Comments

@NikolayPianikov
Copy link
Member

NikolayPianikov commented Dec 17, 2020

Latest build cannot find any extensions. We should add the hint "../../../../../NUnit.Extension.*/**/tools/" to the file ".\tools\netcoreapp3.1\any\nunit.console.nuget.addins"

InternalTrace.27768.log

@CharliePoole
Copy link
Collaborator

@NikolayPianikov
Since you use NUnit.ConsoleRunner.NetCore I'd like to ask for your comments on #1045

@NikolayPianikov
Copy link
Member Author

@CharliePoole

@NikolayPianikov Since you use NUnit.ConsoleRunner.NetCore I'd like to ask for your comments on #1045

done

@CharliePoole
Copy link
Collaborator

@NikolayPianikov Are you sure this is an issue of finding extensions or simply that there are no .NET Core extensions avaialble?

@CharliePoole CharliePoole added the NetCoreRunner Issue related to the .NET Core console runner label Jan 1, 2022
@CharliePoole
Copy link
Collaborator

@NikolayPianikov Ping!

@NikolayPianikov
Copy link
Member Author

@CharliePoole Maybe you are right, I will try reproduce it again

@CharliePoole CharliePoole added this to the 3.15.1 milestone Jun 7, 2022
@CharliePoole CharliePoole modified the milestones: 3.15.1, 3.15.2 Jun 29, 2022
@CharliePoole
Copy link
Collaborator

@NikolayPianikov Have you been able to reproduce this?

Of the extensions I support, only the V2 Result Writer has a .NET Core build available experimentally. It targets 2.1. I noticed that your own extension targets .NET Standard, which may not be supported.

@NikolayPianikov
Copy link
Member Author

I just tried it and it looks like you are right about .NET Standard. I close this ticket.

@CharliePoole
Copy link
Collaborator

We can't support .NET Standard for test assemblies so think the same limitation was built into extensions. Possibly, we should allow .NET Standard for extensions but it would require a bit of rewriting. Let me know if the non-support becomes a problem.

@CharliePoole CharliePoole removed this from the 3.15.3 milestone Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Needs Confirmation NetCoreRunner Issue related to the .NET Core console runner
Projects
None yet
Development

No branches or pull requests

3 participants