Skip to content

Commit 8fe3808

Browse files
deps(test): update dotnet monorepo (#1197)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Microsoft.AspNetCore.Mvc.Testing](https://asp.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` → `10.0.10` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Mvc.Testing/10.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Mvc.Testing/10.0.9/10.0.10?slim=true) | | [Microsoft.Extensions.Diagnostics.HealthChecks](https://asp.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` → `10.0.10` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Extensions.Diagnostics.HealthChecks/10.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Extensions.Diagnostics.HealthChecks/10.0.9/10.0.10?slim=true) | | [Microsoft.Extensions.Hosting](https://dot.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` → `10.0.10` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Extensions.Hosting/10.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Extensions.Hosting/10.0.9/10.0.10?slim=true) | | [Microsoft.Extensions.Hosting.Abstractions](https://dot.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` → `10.0.10` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Extensions.Hosting.Abstractions/10.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Extensions.Hosting.Abstractions/10.0.9/10.0.10?slim=true) | | [Microsoft.Extensions.Http.Resilience](https://dot.net/) ([source](https://redirect.github.com/dotnet/extensions)) | `10.7.0` → `10.8.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Extensions.Http.Resilience/10.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Extensions.Http.Resilience/10.7.0/10.8.0?slim=true) | | [Microsoft.Extensions.ServiceDiscovery](https://dot.net/) ([source](https://redirect.github.com/dotnet/extensions)) | `10.7.0` → `10.8.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Extensions.ServiceDiscovery/10.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Extensions.ServiceDiscovery/10.7.0/10.8.0?slim=true) | | [Microsoft.Extensions.TimeProvider.Testing](https://dot.net/) ([source](https://redirect.github.com/dotnet/extensions)) | `10.7.0` → `10.8.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Extensions.TimeProvider.Testing/10.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Extensions.TimeProvider.Testing/10.7.0/10.8.0?slim=true) | | [Microsoft.SourceLink.GitHub](https://redirect.github.com/dotnet/dotnet) | `10.0.300` → `10.0.301` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.SourceLink.GitHub/10.0.301?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.SourceLink.GitHub/10.0.300/10.0.301?slim=true) | | [System.CommandLine](https://redirect.github.com/dotnet/command-line-api) ([source](https://redirect.github.com/dotnet/dotnet)) | `2.0.9` → `2.0.10` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/System.CommandLine/2.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/System.CommandLine/2.0.9/2.0.10?slim=true) | | [System.Reflection.MetadataLoadContext](https://dot.net/) ([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.9` → `10.0.10` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/System.Reflection.MetadataLoadContext/10.0.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/System.Reflection.MetadataLoadContext/10.0.9/10.0.10?slim=true) | --- ### Release Notes <details> <summary>dotnet/dotnet (Microsoft.AspNetCore.Mvc.Testing)</summary> ### [`v10.0.10`](https://redirect.github.com/dotnet/dotnet/compare/v10.0.9...v10.0.10) </details> <details> <summary>dotnet/extensions (Microsoft.Extensions.Http.Resilience)</summary> ### [`v10.8.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v10.8.0) This release adds new experimental APIs to Microsoft.Extensions.AI.Abstractions and updates the OpenAI dependency to 2.12.0, alongside documentation, test, and repository maintenance. #### Experimental API Changes ##### New Experimental APIs - New experimental API: `AIFunctionNameAttribute` and `AIParameterNameAttribute` [#&#8203;7610](https://redirect.github.com/dotnet/extensions/issues/7610) by [@&#8203;jozkee](https://redirect.github.com/jozkee) (co-authored by [@&#8203;jeffhandley](https://redirect.github.com/jeffhandley) [@&#8203;Copilot](https://redirect.github.com/Copilot)) - New experimental API: `ToolApprovalRequestContent.RequiresConfirmation` (`MEAI001`) [#&#8203;7549](https://redirect.github.com/dotnet/extensions/issues/7549) by [@&#8203;javiercn](https://redirect.github.com/javiercn) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) #### What's Changed ##### AI - Upgrade OpenAI dependency to 2.12.0 [#&#8203;7608](https://redirect.github.com/dotnet/extensions/issues/7608) by [@&#8203;jozkee](https://redirect.github.com/jozkee) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Auto-detect audio format in OpenAISpeechToTextClient [#&#8203;7575](https://redirect.github.com/dotnet/extensions/issues/7575) by [@&#8203;jozkee](https://redirect.github.com/jozkee) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Fix ToolJson.AdditionalProperties to accept sub-schema objects [#&#8203;7546](https://redirect.github.com/dotnet/extensions/issues/7546) by [@&#8203;jozkee](https://redirect.github.com/jozkee) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Fix ImageGeneratingChatClient duplicating preceding content and dropping following content [#&#8203;7624](https://redirect.github.com/dotnet/extensions/issues/7624) by [@&#8203;jozkee](https://redirect.github.com/jozkee) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) ##### Vector Data - Make all test methods virtual in VectorData.ConformanceTests [#&#8203;7606](https://redirect.github.com/dotnet/extensions/issues/7606) by [@&#8203;adamsitnik](https://redirect.github.com/adamsitnik) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) #### Documentation Updates - Remove links to ai-samples repo [#&#8203;7574](https://redirect.github.com/dotnet/extensions/issues/7574) by [@&#8203;gewarren](https://redirect.github.com/gewarren) - Fix up docs with Copilot (MEVD) [#&#8203;7597](https://redirect.github.com/dotnet/extensions/issues/7597) by [@&#8203;gewarren](https://redirect.github.com/gewarren) - Fix up docs with Copilot (M.E.ServiceDiscovery) [#&#8203;7598](https://redirect.github.com/dotnet/extensions/issues/7598) by [@&#8203;gewarren](https://redirect.github.com/gewarren) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Fix up docs with Copilot (MEAI) [#&#8203;7600](https://redirect.github.com/dotnet/extensions/issues/7600) by [@&#8203;gewarren](https://redirect.github.com/gewarren) - Fix up docs with Copilot [#&#8203;7601](https://redirect.github.com/dotnet/extensions/issues/7601) by [@&#8203;gewarren](https://redirect.github.com/gewarren) #### Test Improvements - Fix flaky StampedeTests and harden related test waits [#&#8203;7572](https://redirect.github.com/dotnet/extensions/issues/7572) by [@&#8203;jeffhandley](https://redirect.github.com/jeffhandley) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Fix SQLitePCLRaw\.lib.e\_sqlite3 vulnerability by replacing SemanticKernel connectors with CommunityToolkit [#&#8203;7579](https://redirect.github.com/dotnet/extensions/issues/7579) by [@&#8203;adamsitnik](https://redirect.github.com/adamsitnik) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Removing SemanticKernel Connectors dependency and replacing it [#&#8203;7584](https://redirect.github.com/dotnet/extensions/issues/7584) by [@&#8203;adamsitnik](https://redirect.github.com/adamsitnik) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Migrate to xUnit v3 [#&#8203;7607](https://redirect.github.com/dotnet/extensions/issues/7607) by [@&#8203;adamsitnik](https://redirect.github.com/adamsitnik) (co-authored by [@&#8203;shyamnamboodiripad](https://redirect.github.com/shyamnamboodiripad) [@&#8203;Copilot](https://redirect.github.com/Copilot)) #### Repository Infrastructure Updates - Update OTel GenAI conventions skill for standalone semconv-genai repo [#&#8203;7519](https://redirect.github.com/dotnet/extensions/issues/7519) by [@&#8203;jeffhandley](https://redirect.github.com/jeffhandley) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Bump dotnet-coverage from 18.7.0 to 18.8.0 [#&#8203;7552](https://redirect.github.com/dotnet/extensions/issues/7552) - \[main] Update dependencies from dotnet/arcade [#&#8203;7559](https://redirect.github.com/dotnet/extensions/issues/7559) - Fix transitive MessagePack vulnerability in AI template AppHost projects [#&#8203;7561](https://redirect.github.com/dotnet/extensions/issues/7561) by [@&#8203;adamsitnik](https://redirect.github.com/adamsitnik) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Bump esbuild, [@&#8203;vitejs/plugin-react](https://redirect.github.com/vitejs/plugin-react) and vite in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript [#&#8203;7564](https://redirect.github.com/dotnet/extensions/issues/7564) - Bump tmp from 0.2.6 to 0.2.7 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript [#&#8203;7569](https://redirect.github.com/dotnet/extensions/issues/7569) - Bump js-yaml from 4.1.1 to 4.2.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript [#&#8203;7570](https://redirect.github.com/dotnet/extensions/issues/7570) - Bump PowerShell from 7.6.2 to 7.6.3 [#&#8203;7576](https://redirect.github.com/dotnet/extensions/issues/7576) - Remove duplicate 'WebAPI' classification from template [#&#8203;7577](https://redirect.github.com/dotnet/extensions/issues/7577) by [@&#8203;danroth27](https://redirect.github.com/danroth27) - \[main] Update dependencies from dotnet/arcade [#&#8203;7590](https://redirect.github.com/dotnet/extensions/issues/7590) - Eliminate redundant Correctness CI stage by merging into Build [#&#8203;7594](https://redirect.github.com/dotnet/extensions/issues/7594) by [@&#8203;adamsitnik](https://redirect.github.com/adamsitnik) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Update Agent Framework to 1.13.0 [#&#8203;7613](https://redirect.github.com/dotnet/extensions/issues/7613) by [@&#8203;jeffhandley](https://redirect.github.com/jeffhandley) (co-authored by [@&#8203;Copilot](https://redirect.github.com/Copilot)) - Bump dotnet-coverage from 18.8.0 to 18.9.0 [#&#8203;7615](https://redirect.github.com/dotnet/extensions/issues/7615) #### Acknowledgements - [@&#8203;wtgodbe](https://redirect.github.com/wtgodbe) [@&#8203;tarekgh](https://redirect.github.com/tarekgh) [@&#8203;eiriktsarpalis](https://redirect.github.com/eiriktsarpalis) [@&#8203;peterwald](https://redirect.github.com/peterwald) [@&#8203;PranavSenthilnathan](https://redirect.github.com/PranavSenthilnathan) [@&#8203;stephentoub](https://redirect.github.com/stephentoub) [@&#8203;evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) [@&#8203;roji](https://redirect.github.com/roji) [@&#8203;DeagleGross](https://redirect.github.com/DeagleGross) reviewed pull requests **Full Changelog**: <dotnet/extensions@v10.7.0...v10.8.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f44d7c commit 8fe3808

9 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<PackageReference Include="Roslynator.Analyzers"
5757
Version="4.15.0"
5858
PrivateAssets="All"/>
59-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.300" PrivateAssets="All"/>
59+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.301" PrivateAssets="All"/>
6060
</ItemGroup>
6161

6262
<ItemGroup>

src/KubeOps.Abstractions/KubeOps.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ItemGroup>
1717
<PackageReference Include="JsonPatch.Net" Version="4.0.1" />
1818
<PackageReference Include="KubernetesClient" Version="19.0.2" />
19-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.9" />
19+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.10" />
2020
<PackageReference Include="ZiggyCreatures.FusionCache" Version="2.6.0" />
2121
</ItemGroup>
2222

src/KubeOps.Aspire/KubeOps.Aspire.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.9" />
21-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="10.0.9" />
22-
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="10.7.0" />
23-
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.7.0" />
20+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.10" />
21+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="10.0.10" />
22+
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="10.8.0" />
23+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.8.0" />
2424
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.16.0" />
2525
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.16.0" />
2626
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.16.0" />

src/KubeOps.Cli/KubeOps.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="System.CommandLine" Version="2.0.9" />
32+
<PackageReference Include="System.CommandLine" Version="2.0.10" />
3333
</ItemGroup>
3434

3535
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">

src/KubeOps.Operator/KubeOps.Operator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.9" />
19+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.10" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

src/KubeOps.Transpiler/KubeOps.Transpiler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="10.0.9" />
18+
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="10.0.10" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

test/KubeOps.Aspire.Test/KubeOps.Aspire.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.9" />
4+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.10" />
55
</ItemGroup>
66

77
<ItemGroup>

test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" />
1010
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.6.0" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.6.0" />
12-
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="10.7.0" />
12+
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="10.8.0" />
1313
<PackageReference Include="Moq" Version="4.20.72" />
1414
</ItemGroup>
1515

test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<PackageReference Include="OpenTelemetry.Exporter.InMemory" Version="1.16.0" />
1414
</ItemGroup>
1515
<ItemGroup Condition="'$(TargetFramework)'=='net8.0' Or '$(TargetFramework)'=='net9.0'">
16-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.9"/>
16+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.10"/>
1717
</ItemGroup>
1818
<ItemGroup Condition="'$(TargetFramework)'=='net10.0'">
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.9" />
19+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.10" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)