-
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 3 #2004
Comments
what is the release strategy for OOB packages such as System.Diagnostics.DiagnosticSource? When can we expect to have them on nuget.org? |
the release notes seem poor, the entity framework one seems fine abd highlights the changes, but .net core and asp.net I can't work out what's changed easily |
Agree that it is very hard to locate the changes in preview releases. At very least, links to commit logs (or closed PR/issue logs) for the range of included changes would be very helpful! |
@keithn @peppy maybe this helps: https://github.com/search?q=org%3Aaspnet+is%3Aissue+is%3Aclosed+milestone%3A2.2.0-preview3. all issues closed in the 2.2.0 Preview 3 milestone Saw here: aspnet/Announcements#323 |
Adding @brianrob and @adamsitnik to comment on System.Diagnostics.DiagnosticSource |
To my knowledge, all of the NuGet packages that are produced by the CoreFx build are published to nuget.org when we release. It doesn't look like any of the NuGet packages have been updated on nuget.org yet for any 2.2 preview releases. @vancem, does DiagnosticSource follow this plan, or is it published to nuget.org on-demand? |
I've run into an issue. Have the CORS values returned by preflight requests been changed?
2.2 Preview 2 (as well as 2.1) gives
2.2 Preview 3 gives
As I understand it, * is not yet very well supported, which explain why parts of our application is now broken. |
@javiercn could you take a look at the CORS behavior change above? |
@memark what browser \ OS are you using? |
@pranavkm We have seen the problem described above on Microsoft Edge Internet Explorer 11 Google Chrome Safari Firefox |
I ran into an issue caused by misconfiguration. According to this documentation https://docs.microsoft.com/en-us/aspnet/core/security/authentication/cookie?tabs=aspnetcore2x&view=aspnetcore-2.2, Cookie.Expiration is obsolete. Yet I got no warnings or errors when I used Cookie.Expiration instead of ExpireTimeSpan in ASP.NET Core 2.2 Preview 3. |
@muratg I believe we already fixed this |
hi, i know that aspnet/KestrelHttpServer#1144 issue regarding the kestrel server not allowing invalid characters in headers was fixed in .NET Core 2.2.0-preview2 and it was working fine, but it seems that in .NET Core 2.2.0-preview3 the invalid characters are not accepted anymore and kestrel throws 400 like before. Does anyone encountered this issue or know anything about it? Do I need to adjust some options or anything ? Thank you. |
@ionepaul please open a new issue at https://github.com/aspnet/aspnetcore with the details for your scenario including a Fiddler or WireShark trace file please. There is no configuration for this scenario, it should just work. |
Closing in favor of #2098 (RTW release) |
.NET Core 2.2.0 Preview 3
Release Notes
Download
Please report any issues you find with 2.2.0 Preview 3, 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: