Skip to content
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

Merging internal commits for release/8.0 #54011

Merged

Conversation

vseanreesermsft
Copy link
Contributor

No description provided.

dotnet-bot and others added 30 commits December 2, 2023 15:15
…otnet-efcore build 20240110.10

dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
 From Version 8.0.2 -> To Version 8.0.2
…ng/internal/dotnet-efcore

This pull request updates the following dependencies

[marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
- **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce
- **Build**: 20240110.10
- **Date Produced**: January 10, 2024 7:11:25 PM UTC
- **Commit**: 1c9152ea533a90226306519f9c22e23add6b932c
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-ef**: [from 8.0.2 to 8.0.2][1]
  - **Microsoft.EntityFrameworkCore**: [from 8.0.2 to 8.0.2][1]
  - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.2 to 8.0.2][1]
  - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.2 to 8.0.2][1]
  - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.2 to 8.0.2][1]
  - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.2 to 8.0.2][1]
  - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.2 to 8.0.2][1]
  - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.2 to 8.0.2][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GC856a15f40b4f27ab0f996e044b68943b9a9c75c0&targetVersion=GC1c9152ea533a90226306519f9c22e23add6b932c&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
Merge from public release/8.0 to internal/release/8.0 and resolve conflicts if necessary
We converted UtcNow.Ticks usage to Environment.TickCount64 usage. TickCount64 is in milliseconds and UtcNow.Ticks is in the 100-nanosecond scale. When we made this change we didn't convert TickCount64 to the same scale so comparisons were wrong.
# Auto render mode improvements

Backport of dotnet#53159

Improves the Auto render mode so that components are more responsive and have a decreased initial time to interactivity when WebAssembly resources are not already cached.

## Description

One of the goals of the Auto render mode was to allow apps to become interactive as quickly as possible via Server interactivity, while WebAssembly bits were downloaded in the background for use on future visits to the site. However, since WebAssembly resources were being downloaded with maximal parallelism, the quality of the websocket connection required for Server interactivity was negatively impacted, often to the extent that the websocket wouldn't connect until WebAssembly resources had finished downloading completely, largely defeating the purpose of the Auto render mode.

This PR makes the following improvements:
* Removes a problematic timeout on loading the WebAssembly boot config. This fixes a problem where Server interactivity was always being used when the boot config took too long to load.
* Introduces a limit to the maximum parallel WebAssembly resource downloads when an Auto component initiates the startup of the WebAssembly runtime. This limit is set to 1 and overrides any user-specified limit.
* Fixes an issue where the circuit sometimes remains open even if WebAssembly gets selected for Auto interactivity.

I provided a preview of these changes in dotnet#52154 (comment) so that customers could try them out, and the feedback so far has been very positive.

Fixes dotnet#52154

## Customer Impact

A significant number of customers reported being affected by this problem in issues like dotnet#52154. I supplied customers with a preview of the fix that they could patch it into their app, and many indicated that their problems were resolved by the fix. The Auto render mode was one of the key features released in .NET 8, so it's important that it works in the way we've been advertising.
 
## Regression?

- [ ] Yes
- [X] No

## Risk

- [ ] High
- [ ] Medium
- [X] Low

The core Auto render mode functionality is unaffected by this change - we added small tweaks to adjust the throttling amount and remove a problematic timeout. Additional tests were added to verify the changes in behavior, and we've been testing these changes manually to ensure they work well in real-world scenarios (various device types and connection qualities).

## Verification

- [X] Manual (required)
- [X] Automated

## Packaging changes reviewed?

- [ ] Yes
- [ ] No
- [X] N/A
…ng/internal/dotnet-efcore

This pull request updates the following dependencies

[marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
- **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce
- **Build**: 20240116.13
- **Date Produced**: January 16, 2024 5:25:41 PM UTC
- **Commit**: 813b3f77e6761ae5f931d0581e9f43428538a6aa
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-ef**: [from 8.0.2 to 8.0.2][3]
  - **Microsoft.EntityFrameworkCore**: [from 8.0.2 to 8.0.2][3]
  - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.2 to 8.0.2][3]
  - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.2 to 8.0.2][3]
  - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.2 to 8.0.2][3]
  - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.2 to 8.0.2][3]
  - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.2 to 8.0.2][3]
  - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.2 to 8.0.2][3]

[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCe6ea1d746b32c71b700a1c89891ff5b390f7b36b&targetVersion=GC813b3f77e6761ae5f931d0581e9f43428538a6aa&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Feb 13, 2024
@dotnet-policy-service dotnet-policy-service bot added this to the 8.0.x milestone Feb 13, 2024
@wtgodbe wtgodbe merged commit 9ee54e5 into dotnet:release/8.0 Feb 13, 2024
25 of 26 checks passed
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 8.0.x, 8.0.3 Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants