Skip to content

Commit

Permalink
Introduce System.IO.Ports area (#78743)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhandley authored Nov 23, 2022
1 parent fd9b3d1 commit d104e34
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
76 changes: 76 additions & 0 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -12088,6 +12088,17 @@
}
]
},
{
"operator": "not",
"operands": [
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
}
]
},
{
"operator": "not",
"operands": [
Expand Down Expand Up @@ -12257,6 +12268,12 @@
"label": "area-System.DateTime"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
},
{
"name": "hasLabel",
"parameters": {
Expand Down Expand Up @@ -12368,6 +12385,12 @@
"label": "area-System.DateTime"
}
},
{
"name": "labelAdded",
"parameters": {
"label": "area-System.IO.Ports"
}
},
{
"name": "labelAdded",
"parameters": {
Expand Down Expand Up @@ -12524,6 +12547,12 @@
"label": "area-System.DateTime"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
},
{
"name": "hasLabel",
"parameters": {
Expand Down Expand Up @@ -13452,6 +13481,17 @@
}
]
},
{
"operator": "not",
"operands": [
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
}
]
},
{
"operator": "not",
"operands": [
Expand Down Expand Up @@ -13603,6 +13643,12 @@
"label": "area-System.DateTime"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
},
{
"name": "hasLabel",
"parameters": {
Expand Down Expand Up @@ -13866,6 +13912,12 @@
"label": "area-System.DateTime"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
},
{
"name": "hasLabel",
"parameters": {
Expand Down Expand Up @@ -14064,6 +14116,12 @@
"label": "area-System.DateTime"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
},
{
"name": "hasLabel",
"parameters": {
Expand Down Expand Up @@ -14254,6 +14312,12 @@
"label": "area-System.DateTime"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
},
{
"name": "hasLabel",
"parameters": {
Expand Down Expand Up @@ -14444,6 +14508,12 @@
"label": "area-System.DateTime"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
},
{
"name": "hasLabel",
"parameters": {
Expand Down Expand Up @@ -14634,6 +14704,12 @@
"label": "area-System.DateTime"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "area-System.IO.Ports"
}
},
{
"name": "hasLabel",
"parameters": {
Expand Down
14 changes: 14 additions & 0 deletions docs/area-owners.json
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,20 @@
],
"label": "area-System.IO.Pipelines"
},
{
"lead": "jeffhandley",
"pod": "eirik-krzysztof-layomi-tarek",
"owners": [
"eiriktsarpalis",
"ericstj",
"jeffhandley",
"krwq",
"layomia",
"tarekgh",
"dotnet/area-system-io-ports"
],
"label": "area-System.IO.Ports"
},
{
"lead": "jeffhandley",
"pod": "eirik-krzysztof-layomi-tarek",
Expand Down
1 change: 1 addition & 0 deletions docs/area-owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s
| area-System.IO.Compression | @jeffhandley | @dotnet/area-system-io-compression | Included:<ul><li>System.Formats.Tar</li><li>System.IO.Packaging</li></ul> |
| area-System.IO.Hashing | @jeffhandley | @dotnet/area-system-io-hashing | APIs within the System.IO.Hashing namespace, which align more with cryptography than with I/O |
| area-System.IO.Pipelines | @adityamandaleeka | @davidfowl @halter73 | |
| area-System.IO.Ports | @jeffhandley | @dotnet/area-system-io-ports | |
| area-System.Linq | @jeffhandley | @dotnet/area-system-linq | |
| area-System.Linq.Expressions | @jaredpar | @cston @333fred | Archived component - limited churn/contributions (see [#27790](https://github.com/dotnet/runtime/issues/27790)) |
| area-System.Linq.Parallel | @jeffhandley | @dotnet/area-system-linq-parallel | Consultants: @stephentoub @kouvel |
Expand Down

0 comments on commit d104e34

Please sign in to comment.