-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET Core 2.2.0 Preview 2 #1938
Comments
Hi, link is broken for
at https://github.com/dotnet/core/blob/master/release-notes/2.2/preview/2.2.0-preview2.md Thanks |
As I commented to the blog, checksum text is not available. https://www.microsoft.com/net/download/dotnet-core/2.2 |
Also, Microsoft has closed the previous issue without any reply to my comment. I'd like to know your plan. |
Thanks for reporting the issues:
@tanaka-takayoshi, for 2.2 Previews feed-based package manager support is not available. You can use the tarballs for installing the product. |
@vivmishra Thanks! |
Great news ! The links are redirecting to ./preview/2.2-preview*.md instead of ./preview/2.2.0-preview*.md . |
Thanks. The 2.2 README.md is fixed to point to the right location. |
@tanaka-takayoshi - We did publish 2.1 preview releases to the package manager feeds but mixing production stable and previews on the same feed caused quite a bit of grief for some folks. Because of that, we decided to not publish preview installers to this feed any longer. There may come a time where we have a preview-only feed but no plans on the calendar yet. |
What are the instructions for removing preview 1 and other sdk's/runtimes? Do you folks know how to get the preview in travis ci for ci testing? |
@steveoh - You can use the add/remove programs control panel on Windows. All other OS's will be a manual process. If you can share your output from |
@leecow sure! .NET Core SDK (reflecting any global.json):
Version: 2.2.100-preview2-009404
Commit: f4707d384d
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.13
OS Platform: Darwin
RID: osx.10.13-x64
Base Path: /usr/local/share/dotnet/sdk/2.2.100-preview2-009404/
Host (useful for support):
Version: 2.2.0-preview2-26905-02
Commit: ad4d306fe0
.NET Core SDKs installed:
2.1.4 [/usr/local/share/dotnet/sdk]
2.1.300 [/usr/local/share/dotnet/sdk]
2.1.301 [/usr/local/share/dotnet/sdk]
2.1.302 [/usr/local/share/dotnet/sdk]
2.1.401 [/usr/local/share/dotnet/sdk]
2.2.100-preview1-009349 [/usr/local/share/dotnet/sdk]
2.2.100-preview2-009404 [/usr/local/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.1.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.1 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.3 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.0-preview1-35029 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.0-preview2-35157 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.1 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.3 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.0-preview1-35029 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.0-preview2-35157 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 1.1.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.1 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.2 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.3 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.0-preview-26820-02 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.0-preview2-26905-02 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download |
Thanks Steve. Mac removals are all manual at this point. Details are available in this article. We do want to make managing installed versions a better experience and can hopefully make progress in 3.0. |
Thanks @leecow. I was able to uninstall most things except the runtimes did not shrink as much as I was hoping...
Should there be instructions to delete the |
The instructions will be the same, just substitute in the directory you're looking to clean up. For example, the following (using your list as the starting point) will leave only AspNetCore.All/2.1.3 installed.
|
This comment has been minimized.
This comment has been minimized.
Angular template is not working.
Reproduce Steps:
Platform: |
How do I determine if dotnet/coreclr#19606 is included in this preview? |
@rquackenbush the easiest thing is to inspect the code: https://github.com/dotnet/coreclr/tree/v2.2.0-preview2 |
Replaced by Preview3 - see #2004 |
Please report any issues you find with 2.2.0 Preview 2, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
The text was updated successfully, but these errors were encountered: