Skip to content

Commit caf2188

Browse files
Merge branch 'main' into cachecurrentprocessinprocessinfo
2 parents 9453453 + f05cf03 commit caf2188

File tree

45 files changed

+1819
-143
lines changed

Some content is hidden

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

45 files changed

+1819
-143
lines changed

.github/CODEOWNERS

Lines changed: 98 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,101 @@
11
# These owners will be the default owners for everything in the repo. Unless a later match takes precedence,
22
# @dotnet/dotnet-extensions-fundamentals will be requested for review when someone opens a pull request.
33

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

eng/packages/TestOnly.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageVersion Include="BenchmarkDotNet" Version="0.13.5" />
88
<PackageVersion Include="FluentAssertions" Version="6.11.0" />
99
<PackageVersion Include="Grpc.AspNetCore" Version="2.65.0" />
10+
<PackageVersion Include="JsonSchema.Net" Version="7.2.3" />
1011
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
1112
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.3" />
1213
<PackageVersion Include="Microsoft.ML.Tokenizers" Version="0.22.0-preview.24378.1" />
@@ -20,7 +21,7 @@
2021
<PackageVersion Include="Verify.Xunit" Version="20.4.0" />
2122
<PackageVersion Include="Xunit.Combinatorial" Version="1.6.24" />
2223
<PackageVersion Include="xunit.extensibility.execution" Version="2.4.2" />
23-
<PackageVersion Include="JsonSchema.Net" Version="7.2.3" />
24+
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
2425
</ItemGroup>
2526

2627
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">

eng/spellchecking_exclusions.dic

22 Bytes
Binary file not shown.

src/Analyzers/Microsoft.Analyzers.Extra/Microsoft.Analyzers.Extra.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<RootNamespace>Microsoft.Extensions.ExtraAnalyzers</RootNamespace>
44
<Description>Code analyzers and fixers</Description>
5-
<Workstream>Fundamentals</Workstream>
5+
<Workstream>Analyzers</Workstream>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Analyzers/Microsoft.Analyzers.Local/Microsoft.Analyzers.Local.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<RootNamespace>Microsoft.Extensions.LocalAnalyzers</RootNamespace>
44
<Description>Analyzers used only in this repo</Description>
5-
<Workstream>Fundamentals</Workstream>
5+
<Workstream>Analyzers</Workstream>
66
<Category>Static Analysis</Category>
77
</PropertyGroup>
88

src/Generators/Microsoft.Gen.ComplianceReports/Microsoft.Gen.ComplianceReports.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<RootNamespace>Microsoft.Gen.ComplianceReports</RootNamespace>
44
<Description>Produces compliance reports based on data classification annotations in the code.</Description>
5-
<Workstream>Fundamentals</Workstream>
5+
<Workstream>Compliance</Workstream>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Generators/Microsoft.Gen.ContextualOptions/Microsoft.Gen.ContextualOptions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<RootNamespace>Microsoft.Gen.ContextualOptions</RootNamespace>
44
<Description>Code generator to support Microsoft.Extensions.Options.Contextual.</Description>
5-
<Workstream>Fundamentals</Workstream>
5+
<Workstream>Configuration</Workstream>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Libraries/Microsoft.AspNetCore.Testing/Microsoft.AspNetCore.Testing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<RootNamespace>Microsoft.AspNetCore.Testing</RootNamespace>
44
<Description>Test fakes for integration testing</Description>
5-
<Workstream>Fundamentals</Workstream>
5+
<Workstream>Hosting</Workstream>
66
<PackageTags>$(PackageTags);Testing</PackageTags>
77
</PropertyGroup>
88

src/Libraries/Microsoft.Extensions.AI.Abstractions/Microsoft.Extensions.AI.Abstractions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<TargetFrameworks>$(TargetFrameworks);netstandard2.0</TargetFrameworks>
1717
<NoWarn>$(NoWarn);CA2227;CA1034;SA1316;S3253</NoWarn>
1818
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
19+
<DisableNETStandardCompatErrors>true</DisableNETStandardCompatErrors>
1920
</PropertyGroup>
2021

2122
<PropertyGroup>

src/Libraries/Microsoft.Extensions.AI.AzureAIInference/Microsoft.Extensions.AI.AzureAIInference.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<TargetFrameworks>$(TargetFrameworks);netstandard2.0</TargetFrameworks>
1717
<NoWarn>$(NoWarn);CA1063;CA2227;SA1316;S1067;S1121;S3358</NoWarn>
1818
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
19+
<DisableNETStandardCompatErrors>true</DisableNETStandardCompatErrors>
1920
</PropertyGroup>
2021

2122
<PropertyGroup>

0 commit comments

Comments
 (0)