Merging internal commits for release/8.0#66662
Merged
SamMonoRT merged 27 commits intoMay 13, 2026
Merged
Conversation
…otnet-runtime build 20260401.20 On relative base path root Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , Microsoft.SourceBuild.Intermediate.runtime.linux-x64 From Version 8.0.26-servicing.26169.21 -> To Version 8.0.26-servicing.26201.20 Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.26 -> To Version 8.0.26 System.Security.Cryptography.Xml From Version 8.0.3 -> To Version 8.0.3
…otnet-efcore build 20260407.3 On relative base path root 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.26 -> To Version 8.0.27
…otnet-runtime build 20260408.10 On relative base path root Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , Microsoft.SourceBuild.Intermediate.runtime.linux-x64 From Version 8.0.26-servicing.26169.21 -> To Version 8.0.26-servicing.26208.10 Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.26 -> To Version 8.0.26 System.Security.Cryptography.Xml From Version 8.0.3 -> To Version 8.0.3
…otnet-efcore build 20260408.3 On relative base path root 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.26 -> To Version 8.0.27
…otnet-runtime build 20260409.24 On relative base path root Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , Microsoft.SourceBuild.Intermediate.runtime.linux-x64 From Version 8.0.26-servicing.26169.21 -> To Version 8.0.27-servicing.26209.24 Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.26 -> To Version 8.0.27 System.Security.Cryptography.Xml From Version 8.0.3 -> To Version 8.0.3
Fixes merge conflicts
RFC9112 updating working to "MUST" close the connection after processing a request with both Content-Length and Transfer-Encoding headers. We are still allowed to process the current request as long as we remove the Content-Length header, which we have been doing.
…o ResponseCachingKeyProvider delimiter characters delimiter characters are not validated in the request, meaning users can get the "artificial" response instead of their real request.
…scheme in certificate cache Storing scheme as a string in `HttpContext.Items` under `__CertificateAuthScheme`, which is used as part of cache key now.
`FormDataReader.ProcessFormKeys()` enters an infinite loop when a form key contains an
opening `[` without a matching `]` (e.g., `customer[0`). The bug is caused by adding
`startIndex` to the result of `IndexOf(']')` before checking for the `-1` sentinel,
which prevents the `break` guard from ever firing when the `[` is at a non-zero position.
The fix replaces `ProcessFormKeys()` entirely with a lazy per-prefix scan in `GetKeys()`
that skips malformed keys via `continue`, extracts one bracket segment per key, and caps
output at `MaxCollectionSize`. Additionally, `MaxCollectionSize` is now correctly forwarded
from `FormDataMapperOptions` to `FormDataReader` in `HttpContextFormValueMapper`.
…otnet-efcore build 20260415.7 On relative base path root 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.26 -> To Version 8.0.27
…ng/internal/dotnet-efcore, dnceng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: [83131e87-e80d-4d5b-f426-08dbd53b3319](https://maestro.dot.net/subscriptions?search=83131e87-e80d-4d5b-f426-08dbd53b3319) - **Build**: [20260409.24](https://dev.azure.com/dnceng/internal/_build/results?buildId=2947577) ([309787](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/309787)) - **Date Produced**: April 10, 2026 3:39:10 AM UTC - **Commit**: [fed926a4fb0e5d67e6f4c99540991ba0fa11166e](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCfed926a4fb0e5d67e6f4c99540991ba0fa11166e) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.26-servicing.26169.21 to 8.0.27-servicing.26209.24][5] - Microsoft.Extensions.HostFactoryResolver.Sources - Microsoft.Internal.Runtime.AspNetCore.Transport - Microsoft.NETCore.BrowserDebugHost.Transport - Microsoft.NETCore.Platforms - Microsoft.SourceBuild.Intermediate.runtime.linux-x64 - From [8.0.26 to 8.0.27][5] - Microsoft.NET.Runtime.MonoAOTCompiler.Task - Microsoft.NET.Runtime.WebAssembly.Sdk - Microsoft.NETCore.App.Ref - Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm - Microsoft.NETCore.App.Runtime.win-x64 - From [8.0.3 to 8.0.3][5] - System.Security.Cryptography.Xml [5]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCace9703c57db8596ccc3e3efdc7e65b6975c0b2d&targetVersion=GCfed926a4fb0e5d67e6f4c99540991ba0fa11166e&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319) [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - **Subscription**: [e179a2a7-bc5d-4498-2467-08dbd53ba9ce](https://maestro.dot.net/subscriptions?search=e179a2a7-bc5d-4498-2467-08dbd53ba9ce) - **Build**: [20260415.7](https://dev.azure.com/dnceng/internal/_build/results?buildId=2952111) ([310546](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-efcore/build/310546)) - **Date Produced**: April 15, 2026 8:34:51 PM UTC - **Commit**: [aeade61c304ca1ea4d0151c1757b7f5e255f50ae](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?_a=history&version=GCaeade61c304ca1ea4d0151c1757b7f5e255f50ae) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.26 to 8.0.27][6] - dotnet-ef - Microsoft.EntityFrameworkCore - Microsoft.EntityFrameworkCore.Design - Microsoft.EntityFrameworkCore.InMemory - Microsoft.EntityFr...
…ng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: [83131e87-e80d-4d5b-f426-08dbd53b3319](https://maestro.dot.net/subscriptions?search=83131e87-e80d-4d5b-f426-08dbd53b3319) - **Build**: [20260413.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2949682) ([310076](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/310076)) - **Date Produced**: April 13, 2026 1:29:35 PM UTC - **Commit**: [feca9d8c930b177e349cfe3074d0a3f9b8342982](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCfeca9d8c930b177e349cfe3074d0a3f9b8342982) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.27-servicing.26209.24 to 8.0.27-servicing.26213.2][1] - Microsoft.Extensions.HostFactoryResolver.Sources - Microsoft.Internal.Runtime.AspNetCore.Transport - Microsoft.NETCore.BrowserDebugHost.Transport - Microsoft.NETCore.Platforms - Microsoft.SourceBuild.Intermediate.runtime.linux-x64 - From [8.0.27 to 8.0.27][1] - Microsoft.NET.Runtime.MonoAOTCompiler.Task - Microsoft.NET.Runtime.WebAssembly.Sdk - Microsoft.NETCore.App.Ref - Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm - Microsoft.NETCore.App.Runtime.win-x64 - From [8.0.3 to 8.0.3][1] - System.Security.Cryptography.Xml [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCfed926a4fb0e5d67e6f4c99540991ba0fa11166e&targetVersion=GCfeca9d8c930b177e349cfe3074d0a3f9b8342982&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
…ng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: [83131e87-e80d-4d5b-f426-08dbd53b3319](https://maestro.dot.net/subscriptions?search=83131e87-e80d-4d5b-f426-08dbd53b3319) - **Build**: [20260418.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2954391) ([310938](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/310938)) - **Date Produced**: April 18, 2026 3:37:15 PM UTC - **Commit**: [7e588f5024d4a07094643c37b94c6ba32144e335](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC7e588f5024d4a07094643c37b94c6ba32144e335) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.27-servicing.26213.2 to 8.0.27-servicing.26218.3][1] - Microsoft.Extensions.HostFactoryResolver.Sources - Microsoft.Internal.Runtime.AspNetCore.Transport - Microsoft.NETCore.BrowserDebugHost.Transport - Microsoft.NETCore.Platforms - Microsoft.SourceBuild.Intermediate.runtime.linux-x64 - From [8.0.27 to 8.0.27][1] - Microsoft.NET.Runtime.MonoAOTCompiler.Task - Microsoft.NET.Runtime.WebAssembly.Sdk - Microsoft.NETCore.App.Ref - Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm - Microsoft.NETCore.App.Runtime.win-x64 - From [8.0.3 to 8.0.3][1] - System.Security.Cryptography.Xml [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCfeca9d8c930b177e349cfe3074d0a3f9b8342982&targetVersion=GC7e588f5024d4a07094643c37b94c6ba32144e335&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
…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](https://maestro.dot.net/subscriptions?search=e179a2a7-bc5d-4498-2467-08dbd53ba9ce) - **Build**: [20260418.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2954573) ([310954](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-efcore/build/310954)) - **Date Produced**: April 18, 2026 6:20:18 PM UTC - **Commit**: [3d49887f97b3979bf00341ea6afb082b50d8980f](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?_a=history&version=GC3d49887f97b3979bf00341ea6afb082b50d8980f) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.27 to 8.0.27][1] - dotnet-ef - Microsoft.EntityFrameworkCore - Microsoft.EntityFrameworkCore.Design - Microsoft.EntityFrameworkCore.InMemory - Microsoft.EntityFrameworkCore.Relational - Microsoft.EntityFrameworkCore.Sqlite - Microsoft.EntityFrameworkCore.SqlServer - Microsoft.EntityFrameworkCore.Tools [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCaeade61c304ca1ea4d0151c1757b7f5e255f50ae&targetVersion=GC3d49887f97b3979bf00341ea6afb082b50d8980f&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
…ng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: [83131e87-e80d-4d5b-f426-08dbd53b3319](https://maestro.dot.net/subscriptions?search=83131e87-e80d-4d5b-f426-08dbd53b3319) - **Build**: [20260428.15](https://dev.azure.com/dnceng/internal/_build/results?buildId=2962667) ([312342](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/312342)) - **Date Produced**: April 29, 2026 3:48:39 AM UTC - **Commit**: [81020d99b8f723bf453ffabc50bcc871c2f4415d](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC81020d99b8f723bf453ffabc50bcc871c2f4415d) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.27-servicing.26218.3 to 8.0.27-servicing.26228.15][1] - Microsoft.Extensions.HostFactoryResolver.Sources - Microsoft.Internal.Runtime.AspNetCore.Transport - Microsoft.NETCore.BrowserDebugHost.Transport - Microsoft.NETCore.Platforms - Microsoft.SourceBuild.Intermediate.runtime.linux-x64 - From [8.0.27 to 8.0.27][1] - Microsoft.NET.Runtime.MonoAOTCompiler.Task - Microsoft.NET.Runtime.WebAssembly.Sdk - Microsoft.NETCore.App.Ref - Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm - Microsoft.NETCore.App.Runtime.win-x64 - From [8.0.3 to 8.0.3][1] - System.Security.Cryptography.Xml [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC7e588f5024d4a07094643c37b94c6ba32144e335&targetVersion=GC81020d99b8f723bf453ffabc50bcc871c2f4415d&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
…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](https://maestro.dot.net/subscriptions?search=e179a2a7-bc5d-4498-2467-08dbd53ba9ce) - **Build**: [20260428.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2962873) ([312365](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-efcore/build/312365)) - **Date Produced**: April 29, 2026 7:44:16 AM UTC - **Commit**: [e559ca6b80246e5818bfeab4459bd8801883b245](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?_a=history&version=GCe559ca6b80246e5818bfeab4459bd8801883b245) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.27 to 8.0.27][1] - dotnet-ef - Microsoft.EntityFrameworkCore - Microsoft.EntityFrameworkCore.Design - Microsoft.EntityFrameworkCore.InMemory - Microsoft.EntityFrameworkCore.Relational - Microsoft.EntityFrameworkCore.Sqlite - Microsoft.EntityFrameworkCore.SqlServer - Microsoft.EntityFrameworkCore.Tools [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GC3d49887f97b3979bf00341ea6afb082b50d8980f&targetVersion=GCe559ca6b80246e5818bfeab4459bd8801883b245&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
…ng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: [83131e87-e80d-4d5b-f426-08dbd53b3319](https://maestro.dot.net/subscriptions?search=83131e87-e80d-4d5b-f426-08dbd53b3319) - **Build**: [20260429.22](https://dev.azure.com/dnceng/internal/_build/results?buildId=2963666) ([312505](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/312505)) - **Date Produced**: April 30, 2026 4:07:59 AM UTC - **Commit**: [a6bde67c455f2ac219988c7a66171631090b6f65](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCa6bde67c455f2ac219988c7a66171631090b6f65) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.27-servicing.26228.15 to 8.0.27-servicing.26229.22][1] - Microsoft.Extensions.HostFactoryResolver.Sources - Microsoft.Internal.Runtime.AspNetCore.Transport - Microsoft.NETCore.BrowserDebugHost.Transport - Microsoft.NETCore.Platforms - Microsoft.SourceBuild.Intermediate.runtime.linux-x64 - From [8.0.27 to 8.0.27][1] - Microsoft.NET.Runtime.MonoAOTCompiler.Task - Microsoft.NET.Runtime.WebAssembly.Sdk - Microsoft.NETCore.App.Ref - Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm - Microsoft.NETCore.App.Runtime.win-x64 - From [8.0.3 to 8.0.3][1] - System.Security.Cryptography.Xml [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC81020d99b8f723bf453ffabc50bcc871c2f4415d&targetVersion=GCa6bde67c455f2ac219988c7a66171631090b6f65&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
…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](https://maestro.dot.net/subscriptions?search=e179a2a7-bc5d-4498-2467-08dbd53ba9ce) - **Build**: [20260430.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2963968) ([312530](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-efcore/build/312530)) - **Date Produced**: April 30, 2026 8:20:53 AM UTC - **Commit**: [f119d39bcc0bc6c50f0a5e1965a145878b2c13bd](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?_a=history&version=GCf119d39bcc0bc6c50f0a5e1965a145878b2c13bd) - **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?version=GBrefs/heads/internal/release/8.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [8.0.27 to 8.0.27][1] - dotnet-ef - Microsoft.EntityFrameworkCore - Microsoft.EntityFrameworkCore.Design - Microsoft.EntityFrameworkCore.InMemory - Microsoft.EntityFrameworkCore.Relational - Microsoft.EntityFrameworkCore.Sqlite - Microsoft.EntityFrameworkCore.SqlServer - Microsoft.EntityFrameworkCore.Tools [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCe559ca6b80246e5818bfeab4459bd8801883b245&targetVersion=GCf119d39bcc0bc6c50f0a5e1965a145878b2c13bd&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
…-merge-8.0-2026-05-12-1252
This was referenced Jun 24, 2026
Closed
Closed
Open
Open
Closed
Open
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.