-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[main] Source code updates from dotnet/dotnet #63109
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
Open
dotnet-maestro
wants to merge
25
commits into
main
Choose a base branch
from
darc-main-3d5cc7ef-a367-4705-bbbd-46477514215d
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+496
−625
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9015be4
Backflow from https://github.com/dotnet/dotnet / 8b29a16 build 277635
dotnet-maestro[bot] 412bd92
Merge main into darc-main-3d5cc7ef-a367-4705-bbbd-46477514215d
dotnet-maestro[bot] 64c2f8f
Update dependencies from https://github.com/dotnet/dotnet build 277635
dotnet-maestro[bot] 78fef53
Backflow from https://github.com/dotnet/dotnet / 8cb85e0 build 278022
dotnet-maestro[bot] b9b3ea1
Update dependencies from https://github.com/dotnet/dotnet build 278022
dotnet-maestro[bot] 2eadab8
Merge branch 'main' into darc-main-3d5cc7ef-a367-4705-bbbd-46477514215d
lewing 9ebd69b
Backflow from https://github.com/dotnet/dotnet / 30bc8f9 build 278224
dotnet-maestro[bot] fc4033d
Update dependencies from https://github.com/dotnet/dotnet build 278224
dotnet-maestro[bot] 9e28a3d
Enable restore graph logging for more diagnostics
jkoritzinsky 2a04856
Revert "Enable restore graph logging for more diagnostics"
jkoritzinsky aa77ee0
Update KnownILLinkPack/KnownILCompilerPack instead of using a Package…
jkoritzinsky 232f623
Apply suggestions from code review
BrennanConroy 3054439
Merge main into darc-main-3d5cc7ef-a367-4705-bbbd-46477514215d
dotnet-maestro[bot] 4f6102c
Update dependencies from https://github.com/dotnet/dotnet build 278405
dotnet-maestro[bot] 2b4d47c
Apply suggestions from code review
BrennanConroy 8c90285
Add base href for GlobalizationWasmApp
maraf 706067e
Merge main into darc-main-3d5cc7ef-a367-4705-bbbd-46477514215d
dotnet-maestro[bot] ebe715a
Update dependencies from https://github.com/dotnet/dotnet build 278512
dotnet-maestro[bot] 2846040
Disable HotReload in WasmMinimal
maraf b92451b
Disable HotReload in CustomBasePathApp and HostedInAspNet.Client
maraf 6e1e958
Apply suggestions from code review
BrennanConroy 037aba8
Backflow from https://github.com/dotnet/dotnet / e9f665e build 278626
dotnet-maestro[bot] a4b66b3
Merge main into darc-main-3d5cc7ef-a367-4705-bbbd-46477514215d
dotnet-maestro[bot] f2ccafb
Update dependencies from https://github.com/dotnet/dotnet build 278626
dotnet-maestro[bot] a9b6a96
Add base href for GlobalizationWasmApp
maraf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
1 change: 1 addition & 0 deletions
1
src/Components/test/testassets/GlobalizationWasmApp/wwwroot/index.html
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<base href="/subdir/" /> | ||
<style> | ||
#blazor-error-ui { display: none } | ||
</style> | ||
|
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
15 changes: 0 additions & 15 deletions
15
src/Servers/Connections.Abstractions/src/MemoryPoolOptions.cs
This file was deleted.
Oops, something went wrong.
6 changes: 1 addition & 5 deletions
6
src/Servers/Connections.Abstractions/src/PublicAPI/net10.0/PublicAPI.Unshipped.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
#nullable enable | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T> | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T>.Create(Microsoft.AspNetCore.Connections.MemoryPoolOptions? options = null) -> System.Buffers.MemoryPool<T>! | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.MemoryPoolOptions() -> void | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.Owner.get -> string? | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.Owner.set -> void | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T>.Create() -> System.Buffers.MemoryPool<T>! |
6 changes: 1 addition & 5 deletions
6
src/Servers/Connections.Abstractions/src/PublicAPI/net462/PublicAPI.Unshipped.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
#nullable enable | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T> | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T>.Create(Microsoft.AspNetCore.Connections.MemoryPoolOptions? options = null) -> System.Buffers.MemoryPool<T>! | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.MemoryPoolOptions() -> void | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.Owner.get -> string? | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.Owner.set -> void | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T>.Create() -> System.Buffers.MemoryPool<T>! |
6 changes: 1 addition & 5 deletions
6
src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
#nullable enable | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T> | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T>.Create(Microsoft.AspNetCore.Connections.MemoryPoolOptions? options = null) -> System.Buffers.MemoryPool<T>! | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.MemoryPoolOptions() -> void | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.Owner.get -> string? | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.Owner.set -> void | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T>.Create() -> System.Buffers.MemoryPool<T>! |
6 changes: 1 addition & 5 deletions
6
src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
#nullable enable | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T> | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T>.Create(Microsoft.AspNetCore.Connections.MemoryPoolOptions? options = null) -> System.Buffers.MemoryPool<T>! | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.MemoryPoolOptions() -> void | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.Owner.get -> string? | ||
Microsoft.AspNetCore.Connections.MemoryPoolOptions.Owner.set -> void | ||
Microsoft.AspNetCore.Connections.IMemoryPoolFactory<T>.Create() -> System.Buffers.MemoryPool<T>! |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.