.NET Core RTM Support
They just announced that .NET Core RTM will be released on the morning of the 27th. This is very important to get our rtm packages out there ASAP after it's released. Would it be possible to schedule a deployment of updated images on the 27th with Nuget 3.5 + .NET CLI Tooling (Preview 2) which will be released on the 27th (not sure about nuget but at least the latest 3.5 beta is out now).
Showing page 2 out of 2. View the first page
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 31 Posted by Feodor Fitsner on 28 Jun, 2016 05:22 PM
@michiel - could you please give me an exact command? I've tried
dotnet --version
and it worked fast.@jpapp - what are those packages and what command can be used to pre-populate the cache?
32 Posted by michiel on 28 Jun, 2016 05:27 PM
You can do "dotnet new" and it will show the uncompressing of files.
33 Posted by jpapp on 28 Jun, 2016 05:28 PM
Looks like they fixed it from loading the local cache when calling
dotnet --version
https://github.com/dotnet/cli/issues/3580Calling
dotnet restore
on a project for the first time will trigger the local package cache. Maybe dodotnet new
and then calldotnet restore
in the same directory to make sure it does loads the local cacheSupport Staff 34 Posted by Feodor Fitsner on 28 Jun, 2016 05:34 PM
OK, I see - will take a look. Thanks for fast responses.
35 Posted by bniemyjski on 28 Jun, 2016 06:42 PM
I'm also seeing this.. It's adding minutes to each build.
Support Staff 36 Posted by Feodor Fitsner on 29 Jun, 2016 02:20 AM
OK, deployed update with pre-cached dotnet tool.
37 Posted by bniemyjski on 14 Sep, 2016 12:10 AM
They just released version 1.0.1 (https://www.microsoft.com/net/core#windows) of .NET Core. It contains new sdk / runtime.
Support Staff 38 Posted by Feodor Fitsner on 14 Sep, 2016 12:47 AM
Perfect timing, thanks for the hint! Will deploy it this week.
39 Posted by chudinia on 19 Sep, 2016 02:02 PM
Hello, not clear if .Net Core 1.0.1 is supported.
I'm getting the error: "The project is configured to use .NET Core SDK version 1.0.0-preview2-003131 which is not installed or cannot be found under the path C:\Program Files\dotnet...."
Support Staff 40 Posted by Feodor Fitsner on 19 Sep, 2016 05:08 PM
Image has been updated and .NET Core 1.0.1 is now available.
41 Posted by michiel on 19 Sep, 2016 08:39 PM
Looks like it is installed, but the old dotnet is still on the PATH.
When I execute dotnet --version, this is the result:
dotnet --version
1.0.0-preview2-003121
this should be: 1.0.0-preview2-003131
Support Staff 42 Posted by Feodor Fitsner on 20 Sep, 2016 05:10 PM
Should be OK now. Give it another try please.
43 Posted by michiel on 20 Sep, 2016 06:23 PM
Yes, everything ok now. Thanks!
44 Posted by bniemyjski on 20 Oct, 2016 05:36 PM
https://blogs.msdn.microsoft.com/dotnet/2016/10/20/announcing-the-october-2016-update-for-net-core-1-0/
Looks like a new update
Support Staff 45 Posted by Feodor Fitsner on 20 Oct, 2016 05:38 PM
From that page:
Looks like we're good?
46 Posted by bniemyjski on 20 Oct, 2016 06:28 PM
Yeah I think so, just saw it and posted on here, looks like fixes are incoming for windows next month.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:09 AM.