Skip to content

Commit f6ad020

Browse files
committed
Merge with main.
2 parents 2c59af7 + b338078 commit f6ad020

File tree

4,673 files changed

+46432
-21724
lines changed

Some content is hidden

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

4,673 files changed

+46432
-21724
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "1.0.0-prerelease.21602.2",
18+
"version": "1.0.0-prerelease.21613.2",
1919
"commands": [
2020
"xharness"
2121
]

.editorconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ indent_style = space
1212
indent_size = 4
1313
trim_trailing_whitespace = true
1414

15-
[project.json]
16-
indent_size = 2
17-
1815
# Generated code
19-
[*{_AssemblyInfo.cs,.notsupported.cs}]
16+
[*{_AssemblyInfo.cs,.notsupported.cs,AsmOffsets.cs}]
2017
generated_code = true
2118

2219
# C# files

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
/src/coreclr/inc/corinfo.h @dotnet/jit-contrib
1111
/src/coreclr/inc/corjit.h @dotnet/jit-contrib
1212
/src/coreclr/jit/ @dotnet/jit-contrib
13+
/src/coreclr/nativeaot @MichalStrehovsky
1314
/src/coreclr/tools/Common @dotnet/crossgen-contrib @MichalStrehovsky
1415
/src/coreclr/tools/aot @dotnet/crossgen-contrib
16+
/src/coreclr/tools/aot/ILCompiler.Compiler @MichalStrehovsky
17+
/src/coreclr/tools/aot/ILCompiler.RyuJit @MichalStrehovsky
18+
/src/coreclr/tools/aot/ILCompiler.MetadataTransform @MichalStrehovsky
1519

1620
# Mono Code Owners
1721

0 commit comments

Comments
 (0)