Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@

################## .NET STANDARD ##################
# Analyzers
/docs/standard/analyzers/ @gewarren
/docs/standard/analyzers/ @IEvangelist
# Assembly
/docs/standard/assembly/ @gewarren
/docs/standard/assembly/ @IEvangelist
# Asynchronous Programming Patterns
/docs/standard/asynchronous-programming-patterns/ @BillWagner
# Attributes
Expand All @@ -141,7 +141,7 @@
# Design guidelines
/docs/standard/design-guidelines/ @BillWagner
# Events
/docs/standard/events/ @gewarren
/docs/standard/events/ @IEvangelist
# Exceptions
/docs/standard/exceptions/ @tdykstra
# GC
Expand All @@ -163,7 +163,7 @@
# Parallel programming
/docs/standard/parallel-programming/ @BillWagner
# Security
/docs/standard/security/ @gewarren
/docs/standard/security/ @IEvangelist
# Serialization
/docs/standard/serialization/ @tdykstra
# Threading
Expand Down
16 changes: 8 additions & 8 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@
"docs/machine-learning/**/**.md": "natke",
"docs/spark/**/**.md": "mamccrea",
"docs/standard/**/**.md": "gewarren",
"docs/standard/analyzers/**/**.md": "gewarren",
"docs/standard/assembly/**/**.md": "gewarren",
"docs/standard/analyzers/**/**.md": "IEvangelist",
"docs/standard/assembly/**/**.md": "IEvangelist",
"docs/standard/asynchronous-programming-patterns/**/**.md": "billwagner",
"docs/standard/attributes/**/**.md": "tdykstra",
"docs/standard/base-types/**/**.md": "Thraka",
Expand All @@ -268,7 +268,7 @@
"docs/standard/data/sqlite/**/**.md": "bricelam",
"docs/standard/datetime/**/**.md": "Thraka",
"docs/standard/design-guidelines/**/**.md": "KrzysztofCwalina",
"docs/standard/events/**/**.md": "gewarren",
"docs/standard/events/**/**.md": "IEvangelist",
"docs/standard/exceptions/**/**.md": "tdykstra",
"docs/standard/garbage-collection/**/**.md": "gewarren",
"docs/standard/generics/**/**.md": "Thraka",
Expand All @@ -279,7 +279,7 @@
"docs/standard/memory-and-spans/**/**.md": "tdykstra",
"docs/standard/native-interop/**/**.md": "jkoritzinsky",
"docs/standard/parallel-programming/**/**.md": "billwagner",
"docs/standard/security/**/**.md": "gewarren",
"docs/standard/security/**/**.md": "IEvangelist",
"docs/standard/serialization/**/**.md": "tdykstra",
"docs/standard/threading/**/**.md": "billwagner",
"docs/standard/whats-new/**/**.md": "gewarren",
Expand Down Expand Up @@ -345,8 +345,8 @@
"docs/machine-learning/**/**.md": "nakersha",
"docs/spark/**/**.md": "mamccrea",
"docs/standard/**/**.md": "gewarren",
"docs/standard/analyzers/**/**.md": "gewarren",
"docs/standard/assembly/**/**.md": "gewarren",
"docs/standard/analyzers/**/**.md": "dapine",
"docs/standard/assembly/**/**.md": "dapine",
"docs/standard/asynchronous-programming-patterns/**/**.md": "wiwagn",
"docs/standard/attributes/**/**.md": "tdykstra",
"docs/standard/base-types/**/**.md": "adegeo",
Expand All @@ -355,7 +355,7 @@
"docs/standard/data/sqlite/**/**.md": "bricelam",
"docs/standard/datetime/**/**.md": "adegeo",
"docs/standard/design-guidelines/**/**.md": "kcwalina",
"docs/standard/events/**/**.md": "gewarren",
"docs/standard/events/**/**.md": "dapine",
"docs/standard/exceptions/**/**.md": "tdykstra",
"docs/standard/garbage-collection/**/**.md": "gewarren",
"docs/standard/generics/**/**.md": "adegeo",
Expand All @@ -366,7 +366,7 @@
"docs/standard/memory-and-spans/**/**.md": "tdykstra",
"docs/standard/native-interop/**/**.md": "jekoritz",
"docs/standard/parallel-programming/**/**.md": "wiwagn",
"docs/standard/security/**/**.md": "gewarren",
"docs/standard/security/**/**.md": "dapine",
"docs/standard/serialization/**/**.md": "tdykstra",
"docs/standard/threading/**/**.md": "wiwagn",
"docs/standard/whats-new/**/**.md": "dotnetcontent",
Expand Down