Live data from Hacker News

Announcing .NET Core Tools 1.0

blogs.msdn.microsoft.com

1–10 of 44 posts

Re: Announcing .NET Core Tools 1.0

#4
post #3

The only thing that has really bothered me about .NET Core is I haven't been able to figure out how to get NuGet to run properly on Linux.

most of the nuget operations (restore, pack, push) can be performed using dotnet.exe that ships as part of .NET Core Tools 1.0 on any platform. If you are facing any specific issue or need any nuget related help, please file an issue on https://github.com/nuget/home/issues and will do our best to respond asap!

Re: Announcing .NET Core Tools 1.0

#7
This is pretty cool and I was excited to hear about it.

But this release also changes the way unit testing integrates with the tooling, so now my suite of 1000+ nunit tests won't run via the 'dotnet test' command, nor in visual studio 2017.

If not for that, we would have upgraded today. Eventually the nUnit team will release a test runner that works with the new tooling, but in the meantime, we will stay on preview2 of the tooling & vs2015 where our tests work.

Re: Announcing .NET Core Tools 1.0

#8
post #3

The only thing that has really bothered me about .NET Core is I haven't been able to figure out how to get NuGet to run properly on Linux.

most of the nuget operations (restore, pack, push) can be performed using dotnet.exe that ships as part of .NET Core Tools 1.0 on any platform. If you are facing any specific issue or need any nuget related help, please file an issue on https://github.com/nuget/home/issues and will do our best to respond asap!

Adding to rohit -> on linux you can try out dotnet binary available from https://github.com/dotnet/cli.
Post reply on HN