TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Announcing .NET Core Tools 1.0

148 pointsby WadeJohnsonabout 8 years ago

10 comments

danekabout 8 years ago
This is pretty cool and I was excited to hear about it.<p>But this release also changes the way unit testing integrates with the tooling, so now my suite of 1000+ nunit tests won&#x27;t run via the &#x27;dotnet test&#x27; command, nor in visual studio 2017.<p>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 &amp; vs2015 where our tests work.
评论 #13818881 未加载
评论 #13822866 未加载
repleteabout 8 years ago
I&#x27;m done with endless refactoring of .NET Core updates.<p>The reality is they shipped RCs with 1.x version numbers.<p>I will be back to reassess after Core 2.0 gets a minor update.<p>Microsoft suck at versioning. Progress is great, but we feel tricked.
评论 #13818958 未加载
评论 #13818879 未加载
ubercowabout 8 years ago
Hopefully this will be the much-awaited end of all of the tooling confusion around the project.json to csproj change.
评论 #13818968 未加载
评论 #13820277 未加载
scarface74about 8 years ago
Is there any reason that I should care about .Net Core yet over .Net 4.6 if I&#x27;m a Windows only developer or should I just wait for things to settle down?
评论 #13820137 未加载
debacleabout 8 years ago
The only thing that has really bothered me about .NET Core is I haven&#x27;t been able to figure out how to get NuGet to run properly on Linux.
评论 #13818966 未加载
评论 #13817468 未加载
hubert123about 8 years ago
Still dont get it at all. I installed VS2017 today, dotnet --version = 1.0.0<p>I go to the dotnet core website, download a new sdk and install. dotnet --version = 1.0.1<p>Oh and the file is called &quot;dotnet-1.1.1-sdk-win-x64.exe&quot; Notice yet another version number.<p>Same thing on Linux. tar.gz has 1.1.1 in the name, installed version is 1.0.1
评论 #13820348 未加载
insertnicknameabout 8 years ago
Tried installing the Ubuntu 16.10 deb, but getting this error:<p><pre><code> $ sudo dpkg -i dotnet-sdk-ubuntu.16.10-x64.1.0.1.deb (Reading database ... 408184 files and directories currently installed.) Preparing to unpack dotnet-sdk-ubuntu.16.10-x64.1.0.1.deb ... Unpacking dotnet-dev-1.0.1 (1.0.1-1) over (1.0.1-1) ... dpkg: dependency problems prevent configuration of dotnet-dev-1.0.1: dotnet-dev-1.0.1 depends on dotnet-sharedframework-microsoft.netcore.app-1.1.1; however: Package dotnet-sharedframework-microsoft.netcore.app-1.1.1 is not installed. dpkg: error processing package dotnet-dev-1.0.1 (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.7.5-1) ... Errors were encountered while processing: dotnet-dev-1.0.1</code></pre>
评论 #13818877 未加载
评论 #13819531 未加载
评论 #13819230 未加载
sneheshtabout 8 years ago
<a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;2uLUNH1.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;2uLUNH1.png</a> Why is Microsoft serving Panasonic.jp SSL certificate ?
评论 #13817743 未加载
评论 #13818404 未加载
评论 #13817508 未加载
评论 #13817735 未加载
finchiskoabout 8 years ago
I saw CONSOLE and ASP profiles .NET Core profiles. Can .NET Core also be used to develop GUI apps?
评论 #13818948 未加载
评论 #13818942 未加载
NoGravitasabout 8 years ago
I&#x27;m somewhat confused as to why the Centos and Fedora pages tell you to install from binary tarballs, but there&#x27;s a yum repository for RHEL.