-
Notifications
You must be signed in to change notification settings - Fork 51
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
Migrate to .NET Core #7
Comments
Switched to |
I was wondering if there was any progress regarding migration to |
At the time I was waiting on dotnet/aspnetcore#1558, which is still open. I'm looking forward to .NET Core 1.2, which looks much more polished; once that's released, I'll see about migrating even if I have to hack around that issue. Though pull requests are welcome if you'd like to try your hand at it before then. :) |
I just forked, looking into it. First struggle: I can't get nunit to work. I personally use xunit so I'll see if I can easily switch just so I can get past this issue. |
I give up: I am unable to resolve the problem that prevents using the
It so happens that there is an alternative package which was created by people who were experiencing this same problem. They describe their package as:
The nice thing about this package it that they used the same namespace and class names as the If you agree with my suggestions, I can submit a PR. One detail though: I have no experience with NUnit so I don't know if it supports "multi-targeting" projects. I use xUnit in my libraries that target multiple platforms and it works great: I write my tests only once and they are automatically run for each platform. I can certainly help if you are interested in switching to xUnit, but I will leave it to you to figure out if you decide to stick with NUnit. |
Sure, that sounds good in theory. I'm not opposed to switching to xUnit, but ideally that should be a separate PR (either before or after). |
Have you been able to run the NUnit tests on the |
ok I figured out what was wrong: your unit test project is not configured to use the nunit test runner. No need to switch to xUnit after all. Committing a fix. |
Please note: the |
Thanks! I merged in the PR. The changes look fine overall, unit tests pass, and I didn't find anything of concern when I decompiled the WinInsider package. Everything seems to be working fine in one of my .NET Framework projects. Could you confirm the attached NuGet package works fine in your .NET Core projects before I release it? |
Submitted PR #9 for a correction in nuspec |
Merged! Here's the new package to test, though I'll wait for your other proposed changes to release them all together. |
If you can confirm this works fine with your .NET Core projects, I'll release 2.3 with it now. The other changes we're discussion can be rolled into 2.4 when they're ready. |
I confirm all my unit tests and integration tests are successful with 2.3.0 |
Published on NuGet. Thanks! |
Migrate the fluent client to .NET Core 1.0 and .NET Standard.
To do
project.json
.1.11.3.The text was updated successfully, but these errors were encountered: