Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Daniel Roth <daroth@microsoft.com>
ilonatommy
left a comment
There was a problem hiding this comment.
One remark for variable height feature. Virtualization and Web Worker template bug fixes checked and approved.
adamsitnik
left a comment
There was a problem hiding this comment.
@richlander PTAL at my comments regarding Process and SafeFileHandle
| ([dotnet/runtime #125512](https://github.com/dotnet/runtime/pull/125512)). On | ||
| Windows, `Process` now uses overlapped I/O for redirected stdout/stderr, which | ||
| reduces thread-pool blocking in process-heavy apps | ||
| ([dotnet/runtime #125643](https://github.com/dotnet/runtime/pull/125643)). |
There was a problem hiding this comment.
dotnet/runtime#125848 was also merged as part of Preview 3, combined with other new low-level SafeFileHandle APIs it allows for redirecting standard handles to any file which opens up new scenarios such as:
- process piping,
- redirecting output to a file,
- discarding output by redirecting to a null handle,
- starting process with no input,
- starting process with async handles (advanced, needed by PowerShell).
FWIW I am planning to release a dedicated Process blog post when I am done with all the changes, so we don't have to include it here. But I would definitely not mind including it here.
There was a problem hiding this comment.
Are you sure? This looks like the VMR merge code-flow commit: dotnet/dotnet@8074748
That was to main. Did it make it to p3 a different way?
Add union support announcement for C# release notes.
|
Azure Pipelines: 1 pipeline(s) require an authorized user to comment /azp run to run. |
@mikekistler I don't believe this change made it. I think the PR is in the wrong milestone. |
Co-authored-by: Daniel Roth <daroth@microsoft.com>
|
Azure Pipelines: 1 pipeline(s) require an authorized user to comment /azp run to run. |
* Add .NET MAUI Preview 3 release notes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Refine MAUI Preview 3 feature callouts Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update .NET for Android CLI improvements in release notes Refine the description of CLI improvements for .NET for Android, emphasizing device discovery and JNI preloading control. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
|
Azure Pipelines: 1 pipeline(s) require an authorized user to comment /azp run to run. |
Added support for .NET for Apple Xcode 26.3 and included CoreCLR improvements across Apple platforms, enhancing build sizes and speeds.
|
Azure Pipelines: 1 pipeline(s) require an authorized user to comment /azp run to run. |
| #:include models/customer.cs | ||
|
|
||
| Console.WriteLine(Helpers.FormatOutput(new Customer())); | ||
| ``` |
There was a problem hiding this comment.
cc @DamianEdwards for how you want to talk about FBA
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
|
Azure Pipelines: 1 pipeline(s) require an authorized user to comment /azp run to run. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Resolve skill merge conflict and keep markdown fixes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: 1 pipeline(s) require an authorized user to comment /azp run to run. |
|
Azure Pipelines: 1 pipeline(s) require an authorized user to comment /azp run to run. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: 1 pipeline(s) require an authorized user to comment /azp run to run. |
Summary
changes.jsonandbuild-metadata.jsonThis PR is the fresh manual rerun while the agentic workflow authentication issue is still being debugged.