-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[release/8.0.1xx-preview5] Update dependencies from dotnet/aspnetcore #15415
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
Merged
rmarinho
merged 3 commits into
release/8.0.1xx-preview5
from
darc-release/8.0.1xx-preview5-d1d48fee-44a1-42fb-b226-d029f5301e5b
Jun 4, 2023
Merged
[release/8.0.1xx-preview5] Update dependencies from dotnet/aspnetcore #15415
rmarinho
merged 3 commits into
release/8.0.1xx-preview5
from
darc-release/8.0.1xx-preview5-d1d48fee-44a1-42fb-b226-d029f5301e5b
Jun 4, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…0230531.1 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0 -> To Version 8.0.0-preview.5.23281.1
@Eilon maybe you can help, I was trying to fix: https://github.com/aspnet/AspNetCore-ManualTests/issues/2125 Which had a gold bar due to outdated ASP.NET packages: Now I'm past the gold bar, but the web page is still white -- and there are some test failures now. |
Redth
approved these changes
Jun 2, 2023
After using
Which looks like this line: |
This was referenced Jun 2, 2023
mkArtakMSFT
pushed a commit
to dotnet/aspnetcore
that referenced
this pull request
Jun 3, 2023
# [Blazor] Fix WebView JavaScript boot bug Fixes an issue where the WebView IPC receiver starts before the JavaScript dispatcher object gets initialized, preventing all Blazor Hybrid apps from starting. ## Description Due to some recent major changes in this area, a WebView-specific initialization order bug was introduced that prevents Blazor Hybrid apps from booting correctly. Unblocks dotnet/maui#15415 ## Customer Impact Very large. All Blazor Hybrid apps will fail to start without a workaround. ## Regression? - [X] Yes - [ ] No Regressed from .NET 8.0 Preview 4 ## Risk - [ ] High - [ ] Medium - [X] Low The fix is very isolated and unlikely to introduce another bug. ## Verification - [X] Manual (required) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [X] N/A
…0230602.2 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 7.0.0 -> To Version 8.0.0-preview.5.23302.2
dotnet-bot
pushed a commit
to dotnet/dotnet
that referenced
this pull request
Jun 3, 2023
…w JavaScript boot bug (#48594) # [Blazor] Fix WebView JavaScript boot bug Fixes an issue where the WebView IPC receiver starts before the JavaScript dispatcher object gets initialized, preventing all Blazor Hybrid apps from starting. ## Description Due to some recent major changes in this area, a WebView-specific initialization order bug was introduced that prevents Blazor Hybrid apps from booting correctly. Unblocks dotnet/maui#15415 ## Customer Impact Very large. All Blazor Hybrid apps will fail to start without a workaround. ## Regression? - [X] Yes - [ ] No Regressed from .NET 8.0 Preview 4 ## Risk - [ ] High - [ ] Medium - [X] Low The fix is very isolated and unlikely to introduce another bug. ## Verification - [X] Manual (required) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [X] N/A Original commit: dotnet/aspnetcore@fe4f0d0 [[ commit created by automation ]]
rmarinho
approved these changes
Jun 4, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-infrastructure
CI, Maestro / Coherency, upstream dependencies/versions
fixed-in-8.0.0-preview.5.8529
Look for this fix in 8.0.0-preview.5.8529!
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the following dependencies
From https://github.com/dotnet/aspnetcore