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

[WIP] .NET Core with .NET CLI #51

Closed
wants to merge 5 commits into from

Conversation

enricosada
Copy link

ref #50

  • Fuchu library
  • Smoke tests using .net cli
  • Fuchu.Tests (nunit/xunit)
dotnet restore
cd Fuchu
dotnet --verbose build --framework dnxcore50 --configuration Release

the .net core need f# 4

About testing, i think i can do nunit and xnunit in Fuchu.Tests the others (MbUnit, PerfTest, FsCheck) i think are not supported atm, no .net core packages

@mausch
Copy link
Owner

mausch commented Mar 23, 2016

Brilliant, thanks! According to aspnet/Announcements#98 we'll have to rename the framework target in RC2 from dnxcore50 to dotnet5.4, right?
I wouldn't worry about MbUnit. It's basically dead so I'll move those tests to a separate project at some point.

@enricosada
Copy link
Author

yes @mausch , but atm the lastest .net cli with f# support only dnxcore ( ref dotnet/cli#1968 ), the pr with new framework moniker ( dnxcore50 -> dotnet ) it's merged, i am waiting for new binaries.
But it's really easy to change it, it's only the #ifdef define

@gaba-xyz
Copy link

gaba-xyz commented Oct 16, 2016

Any progress on this PR, if not any way to contribute to move it along? Wanted to pull in Fuchu for a project but noticed that nuget distro doesn't support dnxcore 😃 .

Edit:

Updated work from @enricosada porting the changes to .NET Core app 1.0 on my fork. Will look into the other points later.

@haf
Copy link
Contributor

haf commented Oct 22, 2016

+1 to merge. Or perhaps you could give commit rights to someone? hint hint

@haf
Copy link
Contributor

haf commented Oct 22, 2016

I've forked Fuchu due to lack of maintenance to https://github.com/haf/expecto – feel free to add PRs there and they'll be released in a timely manner.

@gaba-xyz gaba-xyz mentioned this pull request Oct 22, 2016
@enricosada enricosada closed this May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants