Skip to content

Commit 86c386a

Browse files
committed
Merge branch 'main' of github.com:dotnet/runtime into custom-marshalling-v2
2 parents 78e9abd + 59f90aa commit 86c386a

File tree

1,405 files changed

+28119
-18942
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,405 files changed

+28119
-18942
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "1.0.0-prerelease.22110.1",
18+
"version": "1.0.0-prerelease.22114.1",
1919
"commands": [
2020
"xharness"
2121
]
2222
},
2323
"microsoft.visualstudio.slngen.tool": {
24-
"version": "6.3.0",
24+
"version": "8.1.6",
2525
"commands": [
2626
"slngen"
2727
]

.github/PULL_REQUEST_TEMPLATE/servicing_pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ main PR <!-- Link to PR if any that fixed this in the main branch. -->
2121
# Risk
2222

2323
<!-- Please assess the risk of taking this fix. Provide details backing up your assessment. -->
24+
25+
# Package authoring signed off?
26+
27+
28+
IMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary [package authoring](https://github.com/dotnet/runtime/blob/main/docs/project/library-servicing.md) and gotten it explicitly reviewed.

.github/fabricbot.json

Lines changed: 132 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5384,7 +5384,7 @@
53845384
{
53855385
"name": "labelAdded",
53865386
"parameters": {
5387-
"label": "no-recent-activity"
5387+
"label": "backlog-cleanup-candidate"
53885388
}
53895389
}
53905390
]
@@ -5394,12 +5394,141 @@
53945394
"issues",
53955395
"project_card"
53965396
],
5397-
"taskName": "Issue cleanup notification",
5397+
"taskName": "Manual Issue Cleanup",
53985398
"actions": [
53995399
{
54005400
"name": "addReply",
54015401
"parameters": {
5402-
"comment": "Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.\n\nThis process is part of the experimental [issue cleanup initiative](https://github.com/dotnet/runtime/issues/60288) we are currently trialing in a limited number of areas. Please share any feedback you might have in the linked issue."
5402+
"comment": "Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.\n\nThis process is part of the experimental [issue cleanup initiative](https://github.com/dotnet/runtime/issues/60288) we are currently trialing. Please share any feedback you might have in the linked issue."
5403+
}
5404+
},
5405+
{
5406+
"name": "addLabel",
5407+
"parameters": {
5408+
"label": "no-recent-activity"
5409+
}
5410+
}
5411+
]
5412+
}
5413+
},
5414+
{
5415+
"taskType": "scheduled",
5416+
"capabilityId": "ScheduledSearch",
5417+
"subCapability": "ScheduledSearch",
5418+
"version": "1.1",
5419+
"config": {
5420+
"frequency": [
5421+
{
5422+
"weekDay": 0,
5423+
"hours": [
5424+
0,
5425+
6,
5426+
12,
5427+
18
5428+
],
5429+
"timezoneOffset": 0
5430+
},
5431+
{
5432+
"weekDay": 1,
5433+
"hours": [
5434+
0,
5435+
6,
5436+
12,
5437+
18
5438+
],
5439+
"timezoneOffset": 0
5440+
},
5441+
{
5442+
"weekDay": 2,
5443+
"hours": [
5444+
0,
5445+
6,
5446+
12,
5447+
18
5448+
],
5449+
"timezoneOffset": 0
5450+
},
5451+
{
5452+
"weekDay": 3,
5453+
"hours": [
5454+
0,
5455+
6,
5456+
12,
5457+
18
5458+
],
5459+
"timezoneOffset": 0
5460+
},
5461+
{
5462+
"weekDay": 4,
5463+
"hours": [
5464+
0,
5465+
6,
5466+
12,
5467+
18
5468+
],
5469+
"timezoneOffset": 0
5470+
},
5471+
{
5472+
"weekDay": 5,
5473+
"hours": [
5474+
0,
5475+
6,
5476+
12,
5477+
18
5478+
],
5479+
"timezoneOffset": 0
5480+
},
5481+
{
5482+
"weekDay": 6,
5483+
"hours": [
5484+
0,
5485+
6,
5486+
12,
5487+
18
5488+
],
5489+
"timezoneOffset": 0
5490+
}
5491+
],
5492+
"searchTerms": [
5493+
{
5494+
"name": "noActivitySince",
5495+
"parameters": {
5496+
"days": 1827
5497+
}
5498+
},
5499+
{
5500+
"name": "isIssue",
5501+
"parameters": {}
5502+
},
5503+
{
5504+
"name": "isOpen",
5505+
"parameters": {}
5506+
},
5507+
{
5508+
"name": "noLabel",
5509+
"parameters": {
5510+
"label": "backlog-cleanup-candidate"
5511+
}
5512+
}
5513+
],
5514+
"taskName": "Automated Issue cleanup",
5515+
"actions": [
5516+
{
5517+
"name": "addLabel",
5518+
"parameters": {
5519+
"label": "backlog-cleanup-candidate"
5520+
}
5521+
},
5522+
{
5523+
"name": "addReply",
5524+
"parameters": {
5525+
"comment": "Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.\n\nThis process is part of the experimental [issue cleanup initiative](https://github.com/dotnet/runtime/issues/60288) we are currently trialing. Please share any feedback you might have in the linked issue."
5526+
}
5527+
},
5528+
{
5529+
"name": "addLabel",
5530+
"parameters": {
5531+
"label": "no-recent-activity"
54035532
}
54045533
}
54055534
]

.github/workflows/backport.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ jobs:
5757
## Testing
5858
5959
## Risk
60+
61+
IMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary [package authoring](https://github.com/dotnet/runtime/blob/main/docs/project/library-servicing.md) and gotten it explicitly reviewed.

docs/area-owners.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,6 @@ The repo has a number of community members carrying the triager role. While not
165165

166166
* @huoyaoyuan
167167
* @SingleAccretion
168+
* @teo-tsirpanis
168169
* @tmds
169170
* @vcsjones

docs/design/coreclr/botr/clr-abi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Arm corporation ABI documentation (for ARM32 and ARM64) is [here](https://develo
2626

2727
The Linux System V x86_64 ABI is documented in [System V Application Binary Interface / AMD64 Architecture Processor Supplement](https://github.com/hjl-tools/x86-psABI/wiki/x86-64-psABI-1.0.pdf), with document source material [here](https://gitlab.com/x86-psABIs/x86-64-ABI).
2828

29+
The LoongArch64 ABI documentation is [here](https://github.com/loongson/LoongArch-Documentation/blob/main/docs/LoongArch-ELF-ABI-EN.adoc)
30+
2931
# General Unwind/Frame Layout
3032

3133
For all non-x86 platforms, all methods must have unwind information so the garbage collector (GC) can unwind them (unlike native code in which a leaf method may be omitted).

0 commit comments

Comments
 (0)