-
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 #2098
Comments
Docker image uses file: "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.2.100/dotnet-sdk-2.2.100-win-x64.zip" which is "2.2.100-rtm-009602" Official release is "2.2.100-rtm-009607". Normally, these files are synchronised, so I can get the hash from the release announcement. Raised with dotnet-docker as #855 |
Hi, after updating my Rest API project to .net core2.2, all the get requests failed with 415 status. After a long headache, it seems that anything that doesn't include a content type header fails - however, surely a GET in REST wouldn't ever include a content type (as there is no request body at all??). Is this behaviour expected? (something in WEBAPI changed?? or something to to with the work around HTTP2??) The identical calls worked without issue on 2.1.6. (This is over HTTP). thanks. |
For Visual studio 2017 .net core 2.2 option should come rather then a need of VS 2019. |
CC @muratg ; @Eilon for question from @AlexSapple |
@KamranShahid : Sorry for the inconvenience, you can install .NET Core 2.2 using the installer package from the download page and use it with VS 2017. .NET Core 2.2 will show in the project options as a target when you install the 2.2 SDK. |
@mkArtakMSFT @rynowak @pranavkm Could you take a look at @AlexSapple's question above? Related to ProblemDetails feature? |
@AlexSapple - this is the explanation for what changed dotnet/aspnetcore#4396 |
My point is Visual Studio 2017 should have option to update as when we have releases of 2.1.0 til 2.1.6 rather then doing separate sdk download @vivmishra which particular file i should dowonload, SDK or run time? |
I can no longer find Is it moved somewhere? |
Hi, we have a "fairly" vanilla ASP.NET Core app, in Docker Linux (microsoft/dotnet:2.2-aspnetcore-runtime) We suspect this has something to do with the Garbage collector. Would you have leads on where to look ? how to confirm the hunch :) Thank you |
@MeiChin-Tsai Was there any change in 2.2 to cause any memory usage increase in @tomap's scenario above? |
@fugaku why do you think it is gone? See https://apisof.net/catalog/System.Net.Http.HttpContentFormDataExtensions - it should be in System.Net.Http.Formatting.dll, is that not the case? |
I had a similar issue, and it was resolved after making sure the program key in launch.json configurations referenced netcoreapp2.2 and not netcoreapp2.1 |
Hi, I have an app deployed on Azure and after updating to version 2.2 it is no longer working. Any idea when Azure will support netcoreapp2.2 ? |
@racheldelman what do you mean by Azure in this context? What do you mean by "no longer working"? |
@karelz my application works perfectly fine locally so I assume it is an azure specific issue. Thanks! |
@racheldelman Try West Central US region. I know 2.2 is there. Though your issue could well be unrelated as well. So more info needed. |
wrong URL at conclusion of SDK 2.2.101 install: https://aka.ms/20-p2-rel-notes (points to 2.0.0 release notes) |
@DickBaker not really. The SDKs are side-by-side and installed next to each other. However, by default, we use the latest one available. So, if you have 2.2.101 and 3.0.100-preview, 3.0 being greater will be picked up. However, with the 3.0 SDK you should be able to target all the previous TFMs as well. So, you can build a netcoreapp2.2 app using the 3.0 SDK. |
@DickBaker thanks for reporting the bad URL - it seems to come from here: @rakeshsinghranchi do you own it in core-setup repo? cc @vivmishra @leecow |
@livarcocc thanks for stating that the 3.0.100-preview would be used if present (I didn't know that). However I now have these points BTW although I raised the 2 feedbacks independently, they have been lumped together as single #2098 issue. Surprised as could lead to part(s) being ignored - imho best to separate for SRP. |
@livarcocc update to BTW in my last posting .. |
@DickBaker we believe that is quite the opposite. Wanting to stay on a particular version if the exception, which is why we roll forward by default and we don't warn. We have no intention of doing so. As for pinning to a particular version, you can find more information about it here: https://docs.microsoft.com/en-us/dotnet/core/tools/global-json. However, do notice that pinning your SDK version as nothing to do with the .net core version that your application runs against. That is solely determined by the target framework of your application. |
When will .Net Core 2.2 be added in the runtime stack for App Service's running Linux? It's currently not an option and since upgrading my project to 2.2, it won't deploy to Azure. |
@braidenstiller please monitor App Service announcements, like this one: Azure/app-service-announcements#151 |
Closing this release discussion issue in favor of #2304. |
.NET Core 2.2.0
Release Notes
Download 2.2.0
Please report any issues you find with 2.2.0, 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: