From fed19515cdb4dd5d17f56eca95cde94a1904b104 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 9 Apr 2026 17:19:02 +0000
Subject: [PATCH 1/4] Rename area-crossgen2-coreclr to area-crossgen and remove
area-ReadyToRun-coreclr
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/b71e4180-f675-47c0-9a0b-b1d094444066
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
---
.../skills/issue-triage/references/area-label-heuristics.md | 2 +-
docs/area-owners.md | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/skills/issue-triage/references/area-label-heuristics.md b/.github/skills/issue-triage/references/area-label-heuristics.md
index 90bc43f972471d..5f3e8ba52e826c 100644
--- a/.github/skills/issue-triage/references/area-label-heuristics.md
+++ b/.github/skills/issue-triage/references/area-label-heuristics.md
@@ -53,7 +53,7 @@ with the authoritative [`docs/area-owners.md`](../../../../docs/area-owners.md).
| GC, garbage collection, memory pressure | `area-GC-coreclr` or `area-GC-mono` |
| JIT, code generation, inlining, tiered compilation | `area-CodeGen-coreclr` |
| NativeAOT, ahead-of-time compilation | `area-NativeAOT-coreclr` |
-| Crossgen2, R2R, ReadyToRun | `area-crossgen2-coreclr` |
+| Crossgen2, R2R, ReadyToRun | `area-crossgen` |
| Assembly loading, AssemblyLoadContext | `area-AssemblyLoader-coreclr` |
| Interop, COM, P/Invoke, marshalling (runtime) | `area-Interop-coreclr` |
| Host, `dotnet` executable, hostfxr, hostpolicy | `area-Host` |
diff --git a/docs/area-owners.md b/docs/area-owners.md
index 57129c0bd55095..5d1f1506621a06 100644
--- a/docs/area-owners.md
+++ b/docs/area-owners.md
@@ -24,7 +24,7 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi
| area-Codegen-JIT-mono | @steveisok | | |
| area-Codegen-LLVM-mono | @steveisok | | |
| area-Codegen-meta-mono | @steveisok | | |
-| area-crossgen2-coreclr | @agocke | @dotnet/crossgen-contrib | |
+| area-crossgen | @agocke | @dotnet/crossgen-contrib | |
| area-Debugger-mono | @steveisok | @thaystg @dotnet/dotnet-diag | |
| area-DependencyModel | @jeffhandley | @dotnet/area-dependencymodel | Included:
- Microsoft.Extensions.DependencyModel
|
| area-Diagnostics-cdac | @steveisok | @tommcdon @dotnet/dotnet-diag | |
@@ -60,7 +60,6 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi
| area-NativeAOT-coreclr | @agocke | @dotnet/ilc-contrib | |
| area-PAL-coreclr | @agocke | @janvorli | |
| area-R2RDump-coreclr | @agocke | | |
-| area-ReadyToRun-coreclr | @agocke | | |
| area-Serialization | @StephenMolloy | @StephenMolloy @dotnet/Tellurium | Packages:- System.Runtime.Serialization.Xml
- System.Runtime.Serialization.Json
- System.Private.DataContractSerialization
- System.Xml.XmlSerializer
Excluded:- System.Runtime.Serialization.Formatters
|
| area-Setup | @MichaelSimons | @NikolaMilosavljevic | Distro-specific (Linux, Mac and Windows) setup packages and msi files |
| area-Single-File | @agocke | @elinor-fung @vsadov | |
From 85d15a1d1b53a490f11bc1270f34df491350eb45 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 9 Apr 2026 17:42:48 +0000
Subject: [PATCH 2/4] Move area-Single-File into area-Host
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/84a62a2a-6c33-473f-9208-8f6e58b24c93
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
---
.../skills/issue-triage/references/area-label-heuristics.md | 3 +--
docs/area-owners.md | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/skills/issue-triage/references/area-label-heuristics.md b/.github/skills/issue-triage/references/area-label-heuristics.md
index 5f3e8ba52e826c..0e49bb08445e55 100644
--- a/.github/skills/issue-triage/references/area-label-heuristics.md
+++ b/.github/skills/issue-triage/references/area-label-heuristics.md
@@ -56,8 +56,7 @@ with the authoritative [`docs/area-owners.md`](../../../../docs/area-owners.md).
| Crossgen2, R2R, ReadyToRun | `area-crossgen` |
| Assembly loading, AssemblyLoadContext | `area-AssemblyLoader-coreclr` |
| Interop, COM, P/Invoke, marshalling (runtime) | `area-Interop-coreclr` |
-| Host, `dotnet` executable, hostfxr, hostpolicy | `area-Host` |
-| Single-file deployment | `area-Single-File` |
+| Host, `dotnet` executable, hostfxr, hostpolicy, single-file deployment | `area-Host` |
| Exception handling (runtime-level) | `area-ExceptionHandling-coreclr` |
| Debugger, debugging support | `area-Diagnostics-coreclr` |
| `System.ComponentModel`, component model base types | `area-System.ComponentModel` |
diff --git a/docs/area-owners.md b/docs/area-owners.md
index 5d1f1506621a06..8cd767fa5b0677 100644
--- a/docs/area-owners.md
+++ b/docs/area-owners.md
@@ -43,7 +43,7 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi
| area-Extensions-Primitives | @karelz | @dotnet/area-extensions-primitives | |
| area-GC-coreclr | @agocke | @dotnet/gc | |
| area-GC-mono | @agocke | @BrzVlad | @agocke to consult |
-| area-Host | @agocke | @jeffschwMSFT @elinor-fung | Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll and hostpolicy.dll |
+| area-Host | @agocke | @jeffschwMSFT @elinor-fung @vsadov | Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll and hostpolicy.dll; single-file deployment |
| area-HostModel | @agocke | @elinor-fung | |
| area-ILTools-coreclr | @JulieLeeMSFT | @dotnet/jit-contrib | |
| area-Infrastructure | @agocke | @dotnet/runtime-infrastructure | Consultants: @MichaelSimons |
@@ -62,7 +62,6 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi
| area-R2RDump-coreclr | @agocke | | |
| area-Serialization | @StephenMolloy | @StephenMolloy @dotnet/Tellurium | Packages:- System.Runtime.Serialization.Xml
- System.Runtime.Serialization.Json
- System.Private.DataContractSerialization
- System.Xml.XmlSerializer
Excluded:- System.Runtime.Serialization.Formatters
|
| area-Setup | @MichaelSimons | @NikolaMilosavljevic | Distro-specific (Linux, Mac and Windows) setup packages and msi files |
-| area-Single-File | @agocke | @elinor-fung @vsadov | |
| area-Snap | @MichaelSimons | @NikolaMilosavljevic @leecow @MichaelSimons | |
| area-System.Buffers | @jeffhandley | @dotnet/area-system-buffers | |
| area-System.ClientModel | @jeffhandley | @dotnet/fxdc | Bugs and feature requests should go to https://github.com/Azure/azure-sdk-for-net/issues. We don't own the code, but FXDC reviews changes to determine overlap with other `System` concepts. The Azure SDK team will post API updates in this repo for us to review. |
From 51ab04d69f66055b88550a985f659d72c2967cc2 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 9 Apr 2026 19:11:42 +0000
Subject: [PATCH 3/4] Remove @vsadov from area-Host and merge area-HostModel
into area-Host
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/3bd31aa8-4931-4574-98e9-e0c13e3c5cbd
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
---
docs/area-owners.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/area-owners.md b/docs/area-owners.md
index 8cd767fa5b0677..88b97d17e93d1a 100644
--- a/docs/area-owners.md
+++ b/docs/area-owners.md
@@ -43,8 +43,7 @@ Note: Editing this file doesn't update the mapping used by `@dotnet-policy-servi
| area-Extensions-Primitives | @karelz | @dotnet/area-extensions-primitives | |
| area-GC-coreclr | @agocke | @dotnet/gc | |
| area-GC-mono | @agocke | @BrzVlad | @agocke to consult |
-| area-Host | @agocke | @jeffschwMSFT @elinor-fung @vsadov | Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll and hostpolicy.dll; single-file deployment |
-| area-HostModel | @agocke | @elinor-fung | |
+| area-Host | @agocke | @jeffschwMSFT @elinor-fung | Issues with dotnet.exe including bootstrapping, framework detection, hostfxr.dll, hostpolicy.dll, host model, and single-file deployment |
| area-ILTools-coreclr | @JulieLeeMSFT | @dotnet/jit-contrib | |
| area-Infrastructure | @agocke | @dotnet/runtime-infrastructure | Consultants: @MichaelSimons |
| area-Infrastructure-coreclr | @agocke | @dotnet/runtime-infrastructure | |
From 357c8d77d8765bedbd94cd1dd7af2edf048b75e4 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 10 Apr 2026 18:28:33 +0000
Subject: [PATCH 4/4] Remove area-HostModel and area-Single-File from
resourceManagement.yml policy
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/afe70c02-158c-410b-adbb-233bd1e5f266
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
---
.github/policies/resourceManagement.yml | 31 -------------------------
1 file changed, 31 deletions(-)
diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml
index 05f03bb7612a09..95d6a3c3e36b1e 100644
--- a/.github/policies/resourceManagement.yml
+++ b/.github/policies/resourceManagement.yml
@@ -174,8 +174,6 @@ configuration:
label: area-GC-mono
- labelAdded:
label: area-Host
- - labelAdded:
- label: area-HostModel
- labelAdded:
label: area-ILTools-coreclr
- labelAdded:
@@ -202,8 +200,6 @@ configuration:
label: area-Microsoft.Win32
- labelAdded:
label: area-NativeAOT-coreclr
- - labelAdded:
- label: area-Single-File
- labelAdded:
label: area-System.Buffers
- labelAdded:
@@ -668,19 +664,6 @@ configuration:
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
assignMentionees: False
- if:
- - hasLabel:
- label: area-HostModel
- then:
- - mentionUsers:
- mentionees:
- - agocke
- - elinor-fung
- replyTemplate: >-
- Tagging subscribers to this area: ${mentionees}
-
- See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
- assignMentionees: False
- - if:
- hasLabel:
label: area-ILTools-coreclr
then:
@@ -833,20 +816,6 @@ configuration:
See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
assignMentionees: False
- if:
- - hasLabel:
- label: area-Single-File
- then:
- - mentionUsers:
- mentionees:
- - agocke
- - elinor-fung
- - vsadov
- replyTemplate: >-
- Tagging subscribers to this area: ${mentionees}
-
- See info in [area-owners.md](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you want to be subscribed.
- assignMentionees: False
- - if:
- hasLabel:
label: area-System.Buffers
then: