Skip to content

Commit 3cd8c22

Browse files
authored
Platform dependency doc changes (#118024)
* Delete "Submitting Changes" section
1 parent c8d2430 commit 3cd8c22

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths.
22
# See https://help.github.com/articles/about-code-owners/
33

4-
/src/libraries/Common/src/Interop/ @dotnet/platform-deps-team
54
/src/libraries/Common/src/System/Net/Http/aspnetcore/ @dotnet/http
65
/src/libraries/Common/tests/Tests/System/Net/aspnetcore/ @dotnet/http
76

docs/coding-guidelines/interop-guidelines.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ We have the following goals related to interop code being used in dotnet/runtime
1515
- Ensure maximal managed code reuse across different OS flavors which have the same API but not the same ABI.
1616
- This is the case for UNIX and addressing it is a work-in-progress (see issue #2137 and section on "shims" below.)
1717

18-
## Submitting Changes
19-
20-
Interop code implicitly defines the native platform dependencies that .NET has. These dependencies are tracked and modeled according to the [Tracking Platform Dependencies design](https://github.com/dotnet/designs/blob/main/accepted/2021/platform-dependencies/platform-dependencies.md). Whenever a PR is submitted that changes interop code, it needs to be reviewed to determine whether a change to the platform dependencies model is required.
21-
22-
By default, any change to `src/libraries/Common/src/Interop` folder will add @dotnet/platform-deps-team as a reviewer. If necessary, update the corresponding `https://github.com/dotnet/core/blob/main/release-notes/<product-version>/runtime-deps.json` file to reflect the dependency change. The scope of dependencies is at the file/package level, not individual functions, so interop changes rarely require an update to the model.
23-
2418
## Approach
2519

2620
### Interop type

0 commit comments

Comments
 (0)