|  | 
| 1 | 1 | # These owners will be the default owners for everything in the repo. Unless a later match takes precedence, | 
| 2 | 2 | # @dotnet/dotnet-extensions-fundamentals will be requested for review when someone opens a pull request. | 
| 3 | 3 | 
 | 
| 4 |  | -*.cmd                                                   @dotnet/dotnet-extensions-infra | 
| 5 |  | -*.sh                                                    @dotnet/dotnet-extensions-infra | 
| 6 |  | -*.ps1                                                   @dotnet/dotnet-extensions-infra | 
| 7 |  | -*.yml                                                   @dotnet/dotnet-extensions-infra | 
| 8 |  | -*.props                                                 @dotnet/dotnet-extensions-infra | 
| 9 |  | -*.targets                                               @dotnet/dotnet-extensions-infra | 
| 10 |  | -/global.json                                            @dotnet/dotnet-extensions-infra | 
| 11 |  | -/.azure/                                                @dotnet/dotnet-extensions-infra | 
| 12 |  | -/.azuredevops/                                          @dotnet/dotnet-extensions-infra | 
| 13 |  | -/.config/                                               @dotnet/dotnet-extensions-infra | 
| 14 |  | -/.devcontainer/                                         @dotnet/dotnet-extensions-infra | 
| 15 |  | -/.vscode/                                               @dotnet/dotnet-extensions-infra | 
| 16 |  | -/.github/                                               @dotnet/dotnet-extensions-infra | 
| 17 |  | -/docs/                                                  @dotnet/dotnet-extensions-infra | 
| 18 |  | -/eng/                                                   @dotnet/dotnet-extensions-infra | 
| 19 |  | - | 
| 20 |  | -/src/Libraries/Microsoft.Extensions.AI                  @dotnet/dotnet-extensions-ai | 
| 21 |  | -/src/Libraries/Microsoft.Extensions.AI.*                @dotnet/dotnet-extensions-ai | 
| 22 |  | -/test/Libraries/Microsoft.Extensions.AI                 @dotnet/dotnet-extensions-ai | 
| 23 |  | -/test/Libraries/Microsoft.Extensions.AI.*               @dotnet/dotnet-extensions-ai | 
| 24 |  | - | 
| 25 |  | -/src/Libraries/Microsoft.Extensions.Caching.Hybrid      @dotnet/dotnet-extensions-caching-hybrid | 
| 26 |  | -/src/Libraries/Microsoft.Extensions.Caching.Hybrid.*    @dotnet/dotnet-extensions-caching-hybrid | 
| 27 |  | -/test/Libraries/Microsoft.Extensions.Caching.Hybrid     @dotnet/dotnet-extensions-caching-hybrid | 
| 28 |  | -/test/Libraries/Microsoft.Extensions.Caching.Hybrid.*   @dotnet/dotnet-extensions-caching-hybrid | 
|  | 4 | +*.cmd                                                                       @dotnet/dotnet-extensions-infra | 
|  | 5 | +*.sh                                                                        @dotnet/dotnet-extensions-infra | 
|  | 6 | +*.ps1                                                                       @dotnet/dotnet-extensions-infra | 
|  | 7 | +*.yml                                                                       @dotnet/dotnet-extensions-infra | 
|  | 8 | +*.props                                                                     @dotnet/dotnet-extensions-infra | 
|  | 9 | +*.targets                                                                   @dotnet/dotnet-extensions-infra | 
|  | 10 | +/global.json                                                                @dotnet/dotnet-extensions-infra | 
|  | 11 | +/.azure/                                                                    @dotnet/dotnet-extensions-infra | 
|  | 12 | +/.azuredevops/                                                              @dotnet/dotnet-extensions-infra | 
|  | 13 | +/.config/                                                                   @dotnet/dotnet-extensions-infra | 
|  | 14 | +/.devcontainer/                                                             @dotnet/dotnet-extensions-infra | 
|  | 15 | +/.vscode/                                                                   @dotnet/dotnet-extensions-infra | 
|  | 16 | +/.github/                                                                   @dotnet/dotnet-extensions-infra | 
|  | 17 | +/docs/                                                                      @dotnet/dotnet-extensions-infra | 
|  | 18 | +/eng/                                                                       @dotnet/dotnet-extensions-infra | 
|  | 19 | + | 
|  | 20 | +/src/Libraries/Microsoft.Extensions.AI                                      @dotnet/dotnet-extensions-ai | 
|  | 21 | +/src/Libraries/Microsoft.Extensions.AI.*                                    @dotnet/dotnet-extensions-ai | 
|  | 22 | +/test/Libraries/Microsoft.Extensions.AI                                     @dotnet/dotnet-extensions-ai | 
|  | 23 | +/test/Libraries/Microsoft.Extensions.AI.*                                   @dotnet/dotnet-extensions-ai | 
|  | 24 | + | 
|  | 25 | +/src/Libraries/Microsoft.Extensions.Caching.Hybrid                          @dotnet/dotnet-extensions-caching-hybrid | 
|  | 26 | +/src/Libraries/Microsoft.Extensions.Caching.Hybrid.*                        @dotnet/dotnet-extensions-caching-hybrid | 
|  | 27 | +/test/Libraries/Microsoft.Extensions.Caching.Hybrid                         @dotnet/dotnet-extensions-caching-hybrid | 
|  | 28 | +/test/Libraries/Microsoft.Extensions.Caching.Hybrid.*                       @dotnet/dotnet-extensions-caching-hybrid | 
|  | 29 | + | 
|  | 30 | +/src/Analyzers/Microsoft.Analyzers.Extra                                    @dotnet/dotnet-extensions-analyzers | 
|  | 31 | +/src/Analyzers/Microsoft.Analyzers.Local                                    @dotnet/dotnet-extensions-analyzers | 
|  | 32 | +/src/Packages/Microsoft.Extensions.StaticAnalysis                           @dotnet/dotnet-extensions-analyzers | 
|  | 33 | +/test/Analyzers/Microsoft.Analyzers.Extra.*                                 @dotnet/dotnet-extensions-analyzers | 
|  | 34 | +/test/Analyzers/Microsoft.Analyzers.Local.*                                 @dotnet/dotnet-extensions-analyzers | 
|  | 35 | + | 
|  | 36 | +/src/Generators/Microsoft.Gen.ComplianceReports                             @dotnet/dotnet-extensions-compliance | 
|  | 37 | +/src/Libraries/Microsoft.Extensions.Compliance.Abstractions                 @dotnet/dotnet-extensions-compliance | 
|  | 38 | +/src/Libraries/Microsoft.Extensions.Compliance.Redaction                    @dotnet/dotnet-extensions-compliance | 
|  | 39 | +/src/Libraries/Microsoft.Extensions.Compliance.Testing                      @dotnet/dotnet-extensions-compliance | 
|  | 40 | +/src/Packages/Microsoft.Extensions.AuditReports                             @dotnet/dotnet-extensions-compliance | 
|  | 41 | +/test/Generators/Microsoft.Gen.ComplianceReports                            @dotnet/dotnet-extensions-compliance | 
|  | 42 | +/test/Libraries/Microsoft.Extensions.Compliance.Abstractions.*              @dotnet/dotnet-extensions-compliance | 
|  | 43 | +/test/Libraries/Microsoft.Extensions.Compliance.Redaction.*                 @dotnet/dotnet-extensions-compliance | 
|  | 44 | +/test/Libraries/Microsoft.Extensions.Compliance.Testing.*                   @dotnet/dotnet-extensions-compliance | 
|  | 45 | + | 
|  | 46 | +/src/Generators/Microsoft.Gen.ContextualOptions                             @dotnet/dotnet-extensions-configuration | 
|  | 47 | +/src/Libraries/Microsoft.Extensions.Options.Contextual                      @dotnet/dotnet-extensions-configuration | 
|  | 48 | +/test/Generators/Microsoft.Gen.ContextualOptions                            @dotnet/dotnet-extensions-configuration | 
|  | 49 | +/test/Libraries/Microsoft.Extensions.Options.Contextual.*                   @dotnet/dotnet-extensions-configuration | 
|  | 50 | + | 
|  | 51 | +/src/Libraries/Microsoft.AspNetCore.AsyncState                              @dotnet/dotnet-extensions-fundamentals | 
|  | 52 | +/src/Libraries/Microsoft.AspNetCore.HeaderParsing                           @dotnet/dotnet-extensions-fundamentals | 
|  | 53 | +/src/Libraries/Microsoft.Extensions.AsyncState                              @dotnet/dotnet-extensions-fundamentals | 
|  | 54 | +/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation      @dotnet/dotnet-extensions-fundamentals | 
|  | 55 | +/src/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection          @dotnet/dotnet-extensions-fundamentals | 
|  | 56 | +/src/Libraries/Microsoft.Extensions.TimeProvider.Testing                    @dotnet/dotnet-extensions-fundamentals | 
|  | 57 | +/src/Shared                                                                 @dotnet/dotnet-extensions-fundamentals | 
|  | 58 | +/test/Libraries/Microsoft.AspNetCore.AsyncState.*                           @dotnet/dotnet-extensions-fundamentals | 
|  | 59 | +/test/Libraries/Microsoft.AspNetCore.HeaderParsing.*                        @dotnet/dotnet-extensions-fundamentals | 
|  | 60 | +/test/Libraries/Microsoft.Extensions.AsyncState.*                           @dotnet/dotnet-extensions-fundamentals | 
|  | 61 | +/test/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation.*   @dotnet/dotnet-extensions-fundamentals | 
|  | 62 | +/test/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection.*       @dotnet/dotnet-extensions-fundamentals | 
|  | 63 | +/test/Libraries/Microsoft.Extensions.TimeProvider.Testing.*                 @dotnet/dotnet-extensions-fundamentals | 
|  | 64 | +/test/Shared.*                                                              @dotnet/dotnet-extensions-fundamentals | 
|  | 65 | + | 
|  | 66 | +/src/Libraries/Microsoft.AspNetCore.Testing                                 @dotnet/dotnet-extensions-hosting | 
|  | 67 | +/src/Libraries/Microsoft.Extensions.Hosting.Testing                         @dotnet/dotnet-extensions-hosting | 
|  | 68 | +/test/Libraries/Microsoft.AspNetCore.Testing.*                              @dotnet/dotnet-extensions-hosting | 
|  | 69 | +/test/Libraries/Microsoft.Extensions.Hosting.Testing.*                      @dotnet/dotnet-extensions-hosting | 
|  | 70 | + | 
|  | 71 | +/src/Libraries/Microsoft.Extensions.Diagnostics.Probes                      @dotnet/dotnet-extensions-resilience | 
|  | 72 | +/src/Libraries/Microsoft.Extensions.Http.Resilience                         @dotnet/dotnet-extensions-resilience | 
|  | 73 | +/src/Libraries/Microsoft.Extensions.Resilience                              @dotnet/dotnet-extensions-resilience | 
|  | 74 | +/test/Libraries/Microsoft.Extensions.Diagnostics.Probes.*                   @dotnet/dotnet-extensions-resilience | 
|  | 75 | +/test/Libraries/Microsoft.Extensions.Http.Resilience.*                      @dotnet/dotnet-extensions-resilience | 
|  | 76 | +/test/Libraries/Microsoft.Extensions.Resilience.*                           @dotnet/dotnet-extensions-resilience | 
|  | 77 | + | 
|  | 78 | +/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.*              @dotnet/dotnet-extensions-resourcemonitoring | 
|  | 79 | +/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring          @dotnet/dotnet-extensions-resourcemonitoring | 
|  | 80 | +/test/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.*             @dotnet/dotnet-extensions-resourcemonitoring | 
|  | 81 | +/test/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring.*       @dotnet/dotnet-extensions-resourcemonitoring | 
|  | 82 | + | 
|  | 83 | +/src/Generators/Microsoft.Gen.Logging                                       @dotnet/dotnet-extensions-telemetry | 
|  | 84 | +/src/Generators/Microsoft.Gen.Metrics                                       @dotnet/dotnet-extensions-telemetry | 
|  | 85 | +/src/Generators/Microsoft.Gen.MetricsReports                                @dotnet/dotnet-extensions-telemetry | 
|  | 86 | +/src/Libraries/Microsoft.AspNetCore.Diagnostics.Middleware                  @dotnet/dotnet-extensions-telemetry | 
|  | 87 | +/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application             @dotnet/dotnet-extensions-telemetry | 
|  | 88 | +/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization      @dotnet/dotnet-extensions-telemetry | 
|  | 89 | +/src/Libraries/Microsoft.Extensions.Diagnostics.Testing                     @dotnet/dotnet-extensions-telemetry | 
|  | 90 | +/src/Libraries/Microsoft.Extensions.Http.Diagnostics                        @dotnet/dotnet-extensions-telemetry | 
|  | 91 | +/src/Libraries/Microsoft.Extensions.Telemetry.*                             @dotnet/dotnet-extensions-telemetry | 
|  | 92 | +/src/Libraries/Microsoft.Extensions.Telemetry                               @dotnet/dotnet-extensions-telemetry | 
|  | 93 | +/test/Generators/Microsoft.Gen.Logging                                      @dotnet/dotnet-extensions-telemetry | 
|  | 94 | +/test/Generators/Microsoft.Gen.Metrics                                      @dotnet/dotnet-extensions-telemetry | 
|  | 95 | +/test/Generators/Microsoft.Gen.MetricsReports                               @dotnet/dotnet-extensions-telemetry | 
|  | 96 | +/test/Libraries/Microsoft.AspNetCore.Diagnostics.Middleware.*               @dotnet/dotnet-extensions-telemetry | 
|  | 97 | +/test/Libraries/Microsoft.Extensions.AmbientMetadata.Application.*          @dotnet/dotnet-extensions-telemetry | 
|  | 98 | +/test/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization.*   @dotnet/dotnet-extensions-telemetry | 
|  | 99 | +/test/Libraries/Microsoft.Extensions.Diagnostics.Testing.*                  @dotnet/dotnet-extensions-telemetry | 
|  | 100 | +/test/Libraries/Microsoft.Extensions.Http.Diagnostics.*                     @dotnet/dotnet-extensions-telemetry | 
|  | 101 | +/test/Libraries/Microsoft.Extensions.Telemetry.*                            @dotnet/dotnet-extensions-telemetry | 
0 commit comments