-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update SDK #44601
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
Update SDK #44601
Conversation
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
Hm, looks like we're getting consistent restore failures on Linux x64:
We should try updating to the next nightly tomorrow and see if the issue persists. |
8.0.100-alpha.1.22514.14 is still latest, awaiting next bump. Edit: 3:45 PM PT, still no bump available. Edit: Oct 19, 11:25 AM PT, still no bump. |
Still no bump. @mmitche is something potentially blocked in the pipeline, or are bumps just less frequent at this stage in the release? |
@@ -252,9 +252,6 @@ internal void Serialize(Utf8JsonWriter writer) | |||
writer.WritePropertyName(nameof(AllowResponseHeaderCompression)); | |||
writer.WriteBooleanValue(AllowResponseHeaderCompression); | |||
|
|||
writer.WritePropertyName(nameof(EnableAltSvc)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidfowl @Tratcher EnableAltSvc
is marked as obsolete
and causing build errors. I am removing from here. since the message explicitly say that it no longer has any impact on runtime behavior, that will cause the property not to be serialized when emitting the kestrel (Microsoft-AspNetCore-Server-Kestrel
) configuration event (ID: 11
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This reverts commit 1e8fe7e.
* Update SDK * Update global.json * Trying previous version * Update global.json * Updating 8.0.100-alpha.1.22524 * Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9 * Fix CA1507 * Removing EnableAltSvc Co-authored-by: Sébastien Ros <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]>
* Update SDK * Update global.json * Trying previous version * Update global.json * Updating 8.0.100-alpha.1.22524 * Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9 * Fix CA1507 * Removing EnableAltSvc Co-authored-by: Sébastien Ros <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]>
* Update SDK * Update global.json * Trying previous version * Update global.json * Updating 8.0.100-alpha.1.22524 * Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9 * Fix CA1507 * Removing EnableAltSvc Co-authored-by: Sébastien Ros <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]>
* Update SDK (#44601) * Update SDK * Update global.json * Trying previous version * Update global.json * Updating 8.0.100-alpha.1.22524 * Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9 * Fix CA1507 * Removing EnableAltSvc Co-authored-by: Sébastien Ros <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]> * Adding nuget --version workaround Co-authored-by: Mackinnon Buck <[email protected]> Co-authored-by: Sébastien Ros <[email protected]>
No description provided.