Commit 53ced91
authored
chore(deps): update dotnet monorepo (#379)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [Microsoft.AspNetCore.TestHost](https://asp.net/) ([source](https://redirect.github.com/dotnet/aspnetcore)) | `9.0.1` -> `9.0.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | nuget | patch | | [Microsoft.Extensions.Diagnostics.Testing](https://dot.net/) ([source](https://redirect.github.com/dotnet/extensions)) | `9.1.0` -> `9.2.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | nuget | minor | | [dotnet-sdk](https://redirect.github.com/dotnet/sdk) | `9.0.102` -> `9.0.200` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | dotnet-sdk | patch | --- ### Release Notes <details> <summary>dotnet/aspnetcore (Microsoft.AspNetCore.TestHost)</summary> ### [`v9.0.2`](https://redirect.github.com/dotnet/aspnetcore/compare/v9.0.1...v9.0.2) </details> <details> <summary>dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)</summary> ### [`v9.2.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v9.2.0) #### What's Changed - Add `FunctionInvokingChatClient.CurrentContext` by [@​MackinnonBuck](https://redirect.github.com/MackinnonBuck) in [https://github.com/dotnet/extensions/pull/5786](https://redirect.github.com/dotnet/extensions/pull/5786) - Fix schema generation for floating point types by [@​eiriktsarpalis](https://redirect.github.com/eiriktsarpalis) in [https://github.com/dotnet/extensions/pull/5788](https://redirect.github.com/dotnet/extensions/pull/5788) - Add an extension method for registering custom AIContent types by [@​eiriktsarpalis](https://redirect.github.com/eiriktsarpalis) in [https://github.com/dotnet/extensions/pull/5789](https://redirect.github.com/dotnet/extensions/pull/5789) - Fix XML comment by [@​gewarren](https://redirect.github.com/gewarren) in [https://github.com/dotnet/extensions/pull/5790](https://redirect.github.com/dotnet/extensions/pull/5790) - Update HybridCacheOptions.cs (minor typo) by [@​jodydonetti](https://redirect.github.com/jodydonetti) in [https://github.com/dotnet/extensions/pull/5757](https://redirect.github.com/dotnet/extensions/pull/5757) - Ensure Ollama streaming updates specify a CompletionId. by [@​eiriktsarpalis](https://redirect.github.com/eiriktsarpalis) in [https://github.com/dotnet/extensions/pull/5795](https://redirect.github.com/dotnet/extensions/pull/5795) - Update CHANGELOG.mds for 9.1.0-preview.1.25064.3 by [@​stephentoub](https://redirect.github.com/stephentoub) in [https://github.com/dotnet/extensions/pull/5797](https://redirect.github.com/dotnet/extensions/pull/5797) - Add Obsolete attribute on IResourceMonitor and its friends by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5774](https://redirect.github.com/dotnet/extensions/pull/5774) - Make a number of improvements to the OpenAI serialization helpers. by [@​eiriktsarpalis](https://redirect.github.com/eiriktsarpalis) in [https://github.com/dotnet/extensions/pull/5799](https://redirect.github.com/dotnet/extensions/pull/5799) - Add note and sample for the case of using Azure OpenAI by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/5802](https://redirect.github.com/dotnet/extensions/pull/5802) - API that allows to remove all resilience handlers from the HTTP client by [@​rainsxng](https://redirect.github.com/rainsxng) in [https://github.com/dotnet/extensions/pull/5801](https://redirect.github.com/dotnet/extensions/pull/5801) - Update OpenTelemtryChatClient/EmbeddingGenerator for 1.30 by [@​stephentoub](https://redirect.github.com/stephentoub) in [https://github.com/dotnet/extensions/pull/5815](https://redirect.github.com/dotnet/extensions/pull/5815) - Metadata reports generator (Issue [#​3999](https://redirect.github.com/dotnet/extensions/issues/3999)) by [@​IbrahimMNada](https://redirect.github.com/IbrahimMNada) in [https://github.com/dotnet/extensions/pull/5531](https://redirect.github.com/dotnet/extensions/pull/5531) - Ensure the Ollama clients validate HTTP status codes. by [@​eiriktsarpalis](https://redirect.github.com/eiriktsarpalis) in [https://github.com/dotnet/extensions/pull/5821](https://redirect.github.com/dotnet/extensions/pull/5821) - Fix poor wording in CA2253 error message by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5822](https://redirect.github.com/dotnet/extensions/pull/5822) - Inheritdoc fixes by [@​gewarren](https://redirect.github.com/gewarren) in [https://github.com/dotnet/extensions/pull/5823](https://redirect.github.com/dotnet/extensions/pull/5823) - Remove `ImageContent` and `AudioContent` by [@​MackinnonBuck](https://redirect.github.com/MackinnonBuck) in [https://github.com/dotnet/extensions/pull/5814](https://redirect.github.com/dotnet/extensions/pull/5814) - Make HealthChecks.ResourceUtilization use observable instruments by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5798](https://redirect.github.com/dotnet/extensions/pull/5798) - Resource Monitoring metrics on Windows - remove multiplication by 100 by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5473](https://redirect.github.com/dotnet/extensions/pull/5473) - Initial chat template by [@​SteveSandersonMS](https://redirect.github.com/SteveSandersonMS) in [https://github.com/dotnet/extensions/pull/5837](https://redirect.github.com/dotnet/extensions/pull/5837) - The tested logic uses invariant culture, but unit tests assert against current culture by [@​Demo30](https://redirect.github.com/Demo30) in [https://github.com/dotnet/extensions/pull/5841](https://redirect.github.com/dotnet/extensions/pull/5841) - Fix links in CONTRIBUTING.md by [@​Demo30](https://redirect.github.com/Demo30) in [https://github.com/dotnet/extensions/pull/5840](https://redirect.github.com/dotnet/extensions/pull/5840) - Chat template CR feedback by [@​SteveSandersonMS](https://redirect.github.com/SteveSandersonMS) in [https://github.com/dotnet/extensions/pull/5845](https://redirect.github.com/dotnet/extensions/pull/5845) - Chat template: PDF citation viewer by [@​SteveSandersonMS](https://redirect.github.com/SteveSandersonMS) in [https://github.com/dotnet/extensions/pull/5843](https://redirect.github.com/dotnet/extensions/pull/5843) - Small fixes for chat template by [@​MackinnonBuck](https://redirect.github.com/MackinnonBuck) in [https://github.com/dotnet/extensions/pull/5839](https://redirect.github.com/dotnet/extensions/pull/5839) - HybridCache : implement the tag expiration feature by [@​mgravell](https://redirect.github.com/mgravell) in [https://github.com/dotnet/extensions/pull/5785](https://redirect.github.com/dotnet/extensions/pull/5785) #### New Contributors - [@​IbrahimMNada](https://redirect.github.com/IbrahimMNada) made their first contribution in [https://github.com/dotnet/extensions/pull/5531](https://redirect.github.com/dotnet/extensions/pull/5531) - [@​Demo30](https://redirect.github.com/Demo30) made their first contribution in [https://github.com/dotnet/extensions/pull/5841](https://redirect.github.com/dotnet/extensions/pull/5841) **Full Changelog**: dotnet/extensions@v9.1.0...v9.2.0 </details> <details> <summary>dotnet/sdk (dotnet-sdk)</summary> ### [`v9.0.200`](https://redirect.github.com/dotnet/sdk/compare/v9.0.103...v9.0.200) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v9.0.103...v9.0.200) ### [`v9.0.103`](https://redirect.github.com/dotnet/sdk/compare/v9.0.102...v9.0.103) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v9.0.102...v9.0.103) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/open-feature/dotnet-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1e8b230 commit 53ced91
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
0 commit comments