Skip to content

Merging internal commits for release/7.0 #54010

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

Conversation

vseanreesermsft
Copy link
Contributor

No description provided.

dotnet-bot and others added 18 commits December 1, 2023 19:28
…otnet-efcore build 20240103.5

dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
 From Version 7.0.15 -> To Version 7.0.16
…otnet-efcore build 20240104.5

dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
 From Version 7.0.15 -> To Version 7.0.16
…otnet-efcore build 20240109.8

dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
 From Version 7.0.15 -> To Version 7.0.16
…otnet-efcore build 20240109.13

dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
 From Version 7.0.15 -> To Version 7.0.16
…otnet-efcore build 20240110.5

dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
 From Version 7.0.15 -> To Version 7.0.16
…otnet-efcore build 20240110.12

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

This pull request updates the following dependencies

[marker]: <> (Begin:10156ce0-bf6e-4dac-1399-08da7ef5fa55)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
- **Subscription**: 10156ce0-bf6e-4dac-1399-08da7ef5fa55
- **Build**: 20240110.12
- **Date Produced**: January 10, 2024 8:37:32 PM UTC
- **Commit**: dc80c280df165a87edf7300a265574b39c12875b
- **Branch**: refs/heads/internal/release/7.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-ef**: [from 7.0.15 to 7.0.16][6]
  - **Microsoft.EntityFrameworkCore**: [from 7.0.15 to 7.0.16][6]
  - **Microsoft.EntityFrameworkCore.Design**: [from 7.0.15 to 7.0.16][6]
  - **Microsoft.EntityFrameworkCore.InMemory**: [from 7.0.15 to 7.0.16][6]
  - **Microsoft.EntityFrameworkCore.Relational**: [from 7.0.15 to 7.0.16][6]
  - **Microsoft.EntityFrameworkCore.Sqlite**: [from 7.0.15 to 7.0.16][6]
  - **Microsoft.EntityFrameworkCore.SqlServer**: [from 7.0.15 to 7.0.16][6]
  - **Microsoft.EntityFrameworkCore.Tools**: [from 7.0.15 to 7.0.16][6]

[6]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCec0d745b900c6007fc93d16fbc70ab59729e6b1e&targetVersion=GCdc80c280df165a87edf7300a265574b39c12875b&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:10156ce0-bf6e-4dac-1399-08da7ef5fa55)
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.
…ng/internal/dotnet-efcore

This pull request updates the following dependencies

[marker]: <> (Begin:10156ce0-bf6e-4dac-1399-08da7ef5fa55)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
- **Subscription**: 10156ce0-bf6e-4dac-1399-08da7ef5fa55
- **Build**: 20240116.16
- **Date Produced**: January 16, 2024 5:57:52 PM UTC
- **Commit**: 819a61e6a4687309ad410167d488010192a27abc
- **Branch**: refs/heads/internal/release/7.0

[DependencyUpdate]: <> (Begin)

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

[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCdc80c280df165a87edf7300a265574b39c12875b&targetVersion=GC819a61e6a4687309ad410167d488010192a27abc&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:10156ce0-bf6e-4dac-1399-08da7ef5fa55)
…ng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:2802be6f-a6f7-477e-8165-08da7ef6284d)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 2802be6f-a6f7-477e-8165-08da7ef6284d
- **Build**: 20240116.29
- **Date Produced**: January 18, 2024 12:57:58 AM UTC
- **Commit**: 567edafe6106e6b769c64f6a2ed876190baa642a
- **Branch**: refs/heads/internal/release/7.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 7.0.15-servicing.23572.26 to 7.0.16-servicing.24066.29][1]
  - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 7.0.15 to 7.0.16][1]
  - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 7.0.15 to 7.0.16][1]
  - **Microsoft.NETCore.App.Ref**: [from 7.0.15 to 7.0.16][1]
  - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 7.0.15 to 7.0.16][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 7.0.15 to 7.0.16][1]
  - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 7.0.15-servicing.23572.26 to 7.0.16-servicing.24066.29][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC8f4568cdaa2f9654fd133a17cd2dcc55b5f42455&targetVersion=GC567edafe6106e6b769c64f6a2ed876190baa642a&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:2802be6f-a6f7-477e-8165-08da7ef6284d)
Merge from public release/7.0 to internal/release/7.0 and resolve conflicts if necessary
@ghost ghost 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 7.0.x milestone Feb 13, 2024
@wtgodbe wtgodbe merged commit ffd35e4 into dotnet:release/7.0 Feb 13, 2024
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 7.0.x, 7.0.17 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.

4 participants