-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Feature] Support for .netcore 2.0 #54
Comments
Hi @SergiusZurawski ! Thank you for this issue. I agree that it would be useful. |
Any update on this? I love this tool, want to continue using it... |
Hi @Rogitel ! Can you please tell me which framework are you using with Ghpr.Core (SpecFlow, MSTest, NUnit)? Thank you |
@SergiusZurawski , if possible, can you also please tell me which framework are you using with Ghpr.Core (SpecFlow, MSTest, NUnit)? |
That would be great! I've been using NUnit. |
Hey @elv1s42, can I go ahead and do this or have you already started? |
Hi @jmemmons, I didn't start implementation becuase I don't have much time to work on it and this issue is actually quite a big piece of work. There are some open questions around it like "Should we create a separate solution?", "How to run tests for .NET Core project?", "How do we reuse code?", "How to release mutilple versions?" etc I think we should try re-use existing classes and add try to them as links to .NET Core project. |
I went ahead and started porting the code to .NET Core 2.1 in my forked repository to get an idea of what needs to happen. I created another project called "Ghpr.Core.NetCore" in the same solution and added a new build configuration for .NET 4.7.2 called "Release-NET47". The projects can live together in the same solution which should make development easier. The only class that gave me issues was |
Released. |
Is there a chance this project will be ported to Dotnet Core 2.0 ?
The text was updated successfully, but these errors were encountered: