Commit a41b074
authored
deps(test): update dotnet monorepo (#1144)
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.8` →
`10.0.9` |

|

|
|
[Microsoft.Build.Framework](http://go.microsoft.com/fwlink/?LinkId=624683)
([source](https://redirect.github.com/dotnet/msbuild)) | `18.6.3` →
`18.7.1` |

|

|
| [Microsoft.Extensions.Diagnostics.HealthChecks](https://asp.net/)
([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.8` →
`10.0.9` |

|

|
| [Microsoft.Extensions.Hosting](https://dot.net/)
([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.8` →
`10.0.9` |

|

|
| [Microsoft.Extensions.Hosting.Abstractions](https://dot.net/)
([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.8` →
`10.0.9` |

|

|
| [Microsoft.Extensions.Http.Resilience](https://dot.net/)
([source](https://redirect.github.com/dotnet/extensions)) | `10.6.0` →
`10.7.0` |

|

|
| [Microsoft.Extensions.ServiceDiscovery](https://dot.net/)
([source](https://redirect.github.com/dotnet/extensions)) | `10.6.0` →
`10.7.0` |

|

|
| [Microsoft.Extensions.TimeProvider.Testing](https://dot.net/)
([source](https://redirect.github.com/dotnet/extensions)) | `10.6.0` →
`10.7.0` |

|

|
|
[Microsoft.NET.StringTools](http://go.microsoft.com/fwlink/?LinkId=624683)
([source](https://redirect.github.com/dotnet/msbuild)) | `18.6.3` →
`18.7.1` |

|

|
|
[System.CommandLine](https://redirect.github.com/dotnet/command-line-api)
([source](https://redirect.github.com/dotnet/dotnet)) | `2.0.8` →
`2.0.9` |

|

|
| [System.Reflection.MetadataLoadContext](https://dot.net/)
([source](https://redirect.github.com/dotnet/dotnet)) | `10.0.8` →
`10.0.9` |

|

|
---
### Release Notes
<details>
<summary>dotnet/dotnet (Microsoft.AspNetCore.Mvc.Testing)</summary>
###
[`v10.0.9`](https://redirect.github.com/dotnet/dotnet/compare/v10.0.8...v10.0.9)
</details>
<details>
<summary>dotnet/msbuild (Microsoft.Build.Framework)</summary>
###
[`v18.7.1`](https://redirect.github.com/dotnet/msbuild/releases/tag/v18.7.1)
##### What's Changed
- Fix TraceEngine file contention deadlock in multithreaded mode by
[@​JanProvaznik](https://redirect.github.com/JanProvaznik) in
[#​13446](https://redirect.github.com/dotnet/msbuild/pull/13446)
- Remove duplicate test cases in MultithreadableTaskAnalyzer by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​13483](https://redirect.github.com/dotnet/msbuild/pull/13483)
- Ensure ThreadSafeTaskAnalyzer.Tests is considered as a unit test
project by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​13481](https://redirect.github.com/dotnet/msbuild/pull/13481)
- Fix MSBuildTask0002 analyzer warnings in already-migrated tasks by
[@​JanProvaznik](https://redirect.github.com/JanProvaznik) in
[#​13466](https://redirect.github.com/dotnet/msbuild/pull/13466)
- Fix race conditions in task host path resolution by
[@​AR-May](https://redirect.github.com/AR-May) in
[#​13485](https://redirect.github.com/dotnet/msbuild/pull/13485)
- Migrate ToolTask and Al task to TaskEnvironment API by
[@​OvesN](https://redirect.github.com/OvesN) in
[#​13423](https://redirect.github.com/dotnet/msbuild/pull/13423)
- Bump main to 18.7, add vs18.6 to merge flow by
[@​MichalPavlik](https://redirect.github.com/MichalPavlik) in
[#​13472](https://redirect.github.com/dotnet/msbuild/pull/13472)
- Avoid allocations in GetHashCode implementations by
[@​DustinCampbell](https://redirect.github.com/DustinCampbell) in
[#​13475](https://redirect.github.com/dotnet/msbuild/pull/13475)
- Add PATs rotation to agentic workflow(s) by
[@​JanKrivanek](https://redirect.github.com/JanKrivanek) in
[#​13496](https://redirect.github.com/dotnet/msbuild/pull/13496)
- Fix ASP.NET WebSite projects to copy netstandard.dll facade when
required by
[@​JanProvaznik](https://redirect.github.com/JanProvaznik) in
[#​13058](https://redirect.github.com/dotnet/msbuild/pull/13058)
- Migrate AspNetCompiler to TaskEnvironment API by
[@​OvesN](https://redirect.github.com/OvesN) in
[#​13424](https://redirect.github.com/dotnet/msbuild/pull/13424)
- Add review workflow by
[@​JanKrivanek](https://redirect.github.com/JanKrivanek) in
[#​13503](https://redirect.github.com/dotnet/msbuild/pull/13503)
- Strengthen reviewer skill: add step-back analysis dimensions by
[@​JanProvaznik](https://redirect.github.com/JanProvaznik) in
[#​13504](https://redirect.github.com/dotnet/msbuild/pull/13504)
- Add 'Request Speedometer Perf Run' to VS experimental insertion build
policies by [@​Copilot](https://redirect.github.com/Copilot) in
[#​13505](https://redirect.github.com/dotnet/msbuild/pull/13505)
- Remove duplicate @​ prefix from issueAuthor in GitOps by
[@​akoeplinger](https://redirect.github.com/akoeplinger) in
[#​13492](https://redirect.github.com/dotnet/msbuild/pull/13492)
- Improve review aw by
[@​JanKrivanek](https://redirect.github.com/JanKrivanek) in
[#​13510](https://redirect.github.com/dotnet/msbuild/pull/13510)
- Migrates unit tests to use RoslynCodeTaskFactory to enable running
tests under .NET Core by
[@​jankratochvilcz](https://redirect.github.com/jankratochvilcz)
in
[#​13500](https://redirect.github.com/dotnet/msbuild/pull/13500)
- Fix cross-AppDomain TaskItem modifier cache regression by
[@​DustinCampbell](https://redirect.github.com/DustinCampbell) in
[#​13493](https://redirect.github.com/dotnet/msbuild/pull/13493)
- Discourage review agent from approving PRs by
[@​JanKrivanek](https://redirect.github.com/JanKrivanek) in
[#​13512](https://redirect.github.com/dotnet/msbuild/pull/13512)
- Stop trying to deploy ValueTuple by
[@​rainersigwald](https://redirect.github.com/rainersigwald) in
[#​13507](https://redirect.github.com/dotnet/msbuild/pull/13507)
- Ad-hoc re-sign bootstrap dotnet on macOS to prevent SIGKILL by
[@​jankratochvilcz](https://redirect.github.com/jankratochvilcz)
in
[#​13513](https://redirect.github.com/dotnet/msbuild/pull/13513)
- RoslynCodeTaskFactory: Log MSB3753 when task class does not implement
ITask by
[@​jankratochvilcz](https://redirect.github.com/jankratochvilcz)
in
[#​13517](https://redirect.github.com/dotnet/msbuild/pull/13517)
- Update gh-aw (upon mcp policy changes) by
[@​JanKrivanek](https://redirect.github.com/JanKrivanek) in
[#​13526](https://redirect.github.com/dotnet/msbuild/pull/13526)
- Eliminate XmlChildNodes allocations in GetXmlNodeInnerContents by
[@​nareshjo](https://redirect.github.com/nareshjo) in
[#​13509](https://redirect.github.com/dotnet/msbuild/pull/13509)
- Fix telemetry allocation regression: per-engine collector ownership by
[@​JanProvaznik](https://redirect.github.com/JanProvaznik) in
[#​13516](https://redirect.github.com/dotnet/msbuild/pull/13516)
- Migrate to xunit.v3 by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​13482](https://redirect.github.com/dotnet/msbuild/pull/13482)
- Fix stray brace in HandleBuildCancel trace string causing MSB1025 by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13535](https://redirect.github.com/dotnet/msbuild/pull/13535)
- Bumping to 10.0.4 runtime packages by
[@​MichalPavlik](https://redirect.github.com/MichalPavlik) in
[#​13533](https://redirect.github.com/dotnet/msbuild/pull/13533)
- Remove early return in GetCanonicalForm, always call System.IO.Path by
[@​OvesN](https://redirect.github.com/OvesN) in
[#​13532](https://redirect.github.com/dotnet/msbuild/pull/13532)
- Do not overwrite GetCopyToOutputDirectoryItemsDependsOn, just add new…
by [@​snechaev](https://redirect.github.com/snechaev) in
[#​13474](https://redirect.github.com/dotnet/msbuild/pull/13474)
- Migrate GetReferenceAssemblyPaths task to TaskEnvironment API by
[@​OvesN](https://redirect.github.com/OvesN) in
[#​13495](https://redirect.github.com/dotnet/msbuild/pull/13495)
- Stabilize ToolTaskThatTimeoutAndRetry test by
[@​rainersigwald](https://redirect.github.com/rainersigwald) in
[#​13489](https://redirect.github.com/dotnet/msbuild/pull/13489)
- \[automated] Merge branch 'vs18.6' => 'main' by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in
[#​13506](https://redirect.github.com/dotnet/msbuild/pull/13506)
- Add extra test assertions around tests by
[@​Youssef1313](https://redirect.github.com/Youssef1313) in
[#​13536](https://redirect.github.com/dotnet/msbuild/pull/13536)
- Add static eval for repo skills/agents via skill-validator by
[@​JanKrivanek](https://redirect.github.com/JanKrivanek) in
[#​13537](https://redirect.github.com/dotnet/msbuild/pull/13537)
- Migrate SGen task to Task environment API by
[@​OvesN](https://redirect.github.com/OvesN) in
[#​13457](https://redirect.github.com/dotnet/msbuild/pull/13457)
- Fix TerminalLogger assert failure for metaproj files and cached
project eval ID by [@​OvesN](https://redirect.github.com/OvesN) in
[#​13480](https://redirect.github.com/dotnet/msbuild/pull/13480)
- Filter out approving review from pr-reviewer agent by
[@​JanKrivanek](https://redirect.github.com/JanKrivanek) in
[#​13553](https://redirect.github.com/dotnet/msbuild/pull/13553)
- Use a unique task name per invocation to tabilize
RoslynCodeTaskFactory\_ReuseCompilation test by
[@​huulinhnguyen-dev](https://redirect.github.com/huulinhnguyen-dev)
in
[#​13551](https://redirect.github.com/dotnet/msbuild/pull/13551)
- Brief doc on feedback/logging/data systems by
[@​rainersigwald](https://redirect.github.com/rainersigwald) in
[#​13554](https://redirect.github.com/dotnet/msbuild/pull/13554)
- Localized file check-in by OneLocBuild Task: Build definition ID 9434:
Build ID
[`1388198`](https://redirect.github.com/dotnet/msbuild/commit/13881982)
by [@​dotnet-bot](https://redirect.github.com/dotnet-bot) in
[#​13437](https://redirect.github.com/dotnet/msbuild/pull/13437)
- Stage 3: Forward BuildProjectFile\* callbacks from OOP TaskHost to
worker node by
[@​JanProvaznik](https://redirect.github.com/JanProvaznik) in
[#​13350](https://redirect.github.com/dotnet/msbuild/pull/13350)
- Enable TaskHost Callbacks by default by
[@​JanProvaznik](https://redirect.github.com/JanProvaznik) in
[#​13579](https://redirect.github.com/dotnet/msbuild/pull/13579)
- Remove unactionable info from reviewer agent by
[@​JanKrivanek](https://redirect.github.com/JanKrivanek) in
[#​13578](https://redirect.github.com/dotnet/msbuild/pull/13578)
- Enlighten RequiresFramework35SP1Assembly task for multithreaded mode
by
[@​jankratochvilcz](https://redirect.github.com/jankratochvilcz)
in
[#​13575](https://redirect.github.com/dotnet/msbuild/pull/13575)
- Make SdkResolver-provided environment variables take precedence over
ambient environment by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12655](https://redirect.github.com/dotnet/msbuild/pull/12655)
- Add dotnet/skills marketplace and enable plugins by
[@​Evangelink](https://redirect.github.com/Evangelink) in
[#​13582](https://redirect.github.com/dotnet/msbuild/pull/13582)
- The skills/agents check filters-in only touched files by
[@​JanKrivanek](https://redirect.github.com/JanKrivanek) in
[#​13586](https://redirect.github.com/dotnet/msbuild/pull/13586)
- Fix skill-validation workflow failing when agents directory is deleted
by [@​JeremyKuhne](https://redirect.github.com/JeremyKuhne) in
[#​13592](https://redirect.github.com/dotnet/msbuild/pull/13592)
- \[automated] Merge branch 'vs18.6' => 'main' by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in
[#​13593](https://redirect.github.com/dotnet/msbuild/pull/13593)
- Fix: Show source project in graph build errors for invalid project
references by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12672](https://redirect.github.com/dotnet/msbuild/pull/12672)
- Performance optimizations for EscapingUtilities by
[@​DustinCampbell](https://redirect.github.com/DustinCampbell) in
[#​13426](https://redirect.github.com/dotnet/msbuild/pull/13426)
- Refactor Tests using Dispose() Pattern in TastExecution Tests by
[@​AlesProkop](https://redirect.github.com/AlesProkop) in
[#​13584](https://redirect.github.com/dotnet/msbuild/pull/13584)
- Unit testing skill by
[@​jankratochvilcz](https://redirect.github.com/jankratochvilcz)
in
[#​13574](https://redirect.github.com/dotnet/msbuild/pull/13574)
- Measure task host overhead in mt by
[@​OvesN](https://redirect.github.com/OvesN) in
[#​13555](https://redirect.github.com/dotnet/msbuild/pull/13555)
- \[main] Source code updates from dotnet/dotnet by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in
[#​13600](https://redirect.github.com/dotnet/msbuild/pull/13600)
- \[main] Source code updates from dotnet/dotnet by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in
[#​13624](https://redirect.github.com/dotnet/msbuild/pull/13624)
- Document MSBuildTaskHost compatibility constraints by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13640](https://redirect.github.com/dotnet/msbuild/pull/13640)
- Add codeowners entries to auto-request review from ClickOnce by
[@​rainersigwald](https://redirect.github.com/rainersigwald) in
[#​13641](https://redirect.github.com/dotnet/msbuild/pull/13641)
- Exclude documentation and .github from CI triggers by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13214](https://redirect.github.com/dotnet/msbuild/pull/13214)
- Add more multithreaded tests by
[@​AR-May](https://redirect.github.com/AR-May) in
[#​12994](https://redirect.github.com/dotnet/msbuild/pull/12994)
- Migrate GetInstalledSDKLocations to Task Environment API by
[@​OvesN](https://redirect.github.com/OvesN) in
[#​13564](https://redirect.github.com/dotnet/msbuild/pull/13564)
- Move remaining CommunicationsUtilities to Microsoft.Build.Framework by
[@​DustinCampbell](https://redirect.github.com/DustinCampbell) in
[#​13547](https://redirect.github.com/dotnet/msbuild/pull/13547)
- Add support for Haiku by
[@​trungnt2910](https://redirect.github.com/trungnt2910) in
[#​13607](https://redirect.github.com/dotnet/msbuild/pull/13607)
- Removed WMI due to performance by
[@​MichalPavlik](https://redirect.github.com/MichalPavlik) in
[#​13610](https://redirect.github.com/dotnet/msbuild/pull/13610)
- Migrate manifest-handling tasks to TaskEnvironment API by
[@​JanProvaznik](https://redirect.github.com/JanProvaznik) in
[#​13177](https://redirect.github.com/dotnet/msbuild/pull/13177)
- \[automated] Merge branch 'vs18.6' => 'main' by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in
[#​13654](https://redirect.github.com/dotnet/msbuild/pull/13654)
- Final branding for 18.7 release by
[@​SimaTian](https://redirect.github.com/SimaTian) in
[#​13658](https://redirect.github.com/dotnet/msbuild/pull/13658)
- Bump version prefix from 18.7.0 to 18.7.1 by
[@​rainersigwald](https://redirect.github.com/rainersigwald) in
[#​13664](https://redirect.github.com/dotnet/msbuild/pull/13664)
##### New Contributors
- [@​snechaev](https://redirect.github.com/snechaev) made their
first contribution in
[#​13474](https://redirect.github.com/dotnet/msbuild/pull/13474)
- [@​Evangelink](https://redirect.github.com/Evangelink) made
their first contribution in
[#​13582](https://redirect.github.com/dotnet/msbuild/pull/13582)
- [@​trungnt2910](https://redirect.github.com/trungnt2910) made
their first contribution in
[#​13607](https://redirect.github.com/dotnet/msbuild/pull/13607)
**Full Changelog**:
<dotnet/msbuild@v18.6.3...v18.7.1>
</details>
<details>
<summary>dotnet/extensions
(Microsoft.Extensions.Http.Resilience)</summary>
###
[`v10.7.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v10.7.0)
v10.7.0 graduates the
[Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes)
package to stable. The package registers a Kubernetes-aware
`ResourceQuotaProvider` that reads the pod's CPU and memory requests and
limits and exposes them to
`Microsoft.Extensions.Diagnostics.ResourceMonitoring` as baseline and
maximum quotas, which then feed the request and limit dimensions of the
published resource utilization metrics. The companion `ResourceQuota`
and `ResourceQuotaProvider` types in
`Microsoft.Extensions.Diagnostics.ResourceMonitoring` graduate to stable
in the same change so that consumers can implement custom quota
providers without taking an experimental dependency.
On the AI side, `Microsoft.Extensions.AI.OpenAI` moves to OpenAI 2.11.0
and fixes a deserialization bug in `ToolJson.AdditionalProperties` so
that JSON Schema `additionalProperties` values shaped as sub-schema
objects (for example `{"type":"string"}`) are preserved instead of
throwing during deserialization. `HostedFileContent.SizeInBytes` and
`HostedFileContent.CreatedAt` graduate to stable since both values are
consistently available across hosted-file providers, while `Purpose` and
`Scope` remain experimental as provider-shaped vocabulary.
`FunctionInvokingChatClient` drops a backward-compat path that
auto-marked `ToolApprovalResponseContent` entries with
`InformationalOnly: true`; consumers that need to continue accepting
sessions serialized before
[#​7468](https://redirect.github.com/dotnet/extensions/issues/7468)
can use the sample `ApprovalHistoryNormalizingChatClient` middleware
added in the test project.
#### Experimental API Changes
##### Now Stable
- `Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes`
package is now stable
[#​7253](https://redirect.github.com/dotnet/extensions/issues/7253)
- Resource Monitoring `ResourceQuota` and `ResourceQuotaProvider` APIs
are now stable (previously `EXTEXP0008`)
[#​7253](https://redirect.github.com/dotnet/extensions/issues/7253)
- `HostedFileContent.SizeInBytes` and `HostedFileContent.CreatedAt` are
now stable (previously `MEAI001`)
[#​7513](https://redirect.github.com/dotnet/extensions/issues/7513)
#### What's Changed
##### AI
- Graduate HostedFileContent.SizeInBytes and HostedFileContent.CreatedAt
[#​7513](https://redirect.github.com/dotnet/extensions/issues/7513)
by [@​jozkee](https://redirect.github.com/jozkee) (co-authored by
[@​Copilot](https://redirect.github.com/Copilot))
- Remove backward-compat InformationalOnly case from FICC; suggest
middleware workaround
[#​7538](https://redirect.github.com/dotnet/extensions/issues/7538)
by [@​jozkee](https://redirect.github.com/jozkee) (co-authored by
[@​Copilot](https://redirect.github.com/Copilot))
- Upgrade OpenAI package from 2.10.0 to 2.11.0
[#​7544](https://redirect.github.com/dotnet/extensions/issues/7544)
by [@​jozkee](https://redirect.github.com/jozkee) (co-authored by
[@​Copilot](https://redirect.github.com/Copilot))
- Fix ToolJson.AdditionalProperties to accept sub-schema objects
[#​7546](https://redirect.github.com/dotnet/extensions/issues/7546)
by [@​jozkee](https://redirect.github.com/jozkee) (co-authored by
[@​Copilot](https://redirect.github.com/Copilot))
##### Diagnostics, Health Checks, and Resource Monitoring
- Move Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes to
stable
[#​7253](https://redirect.github.com/dotnet/extensions/issues/7253)
by [@​amadeuszl](https://redirect.github.com/amadeuszl)
(co-authored by [@​Copilot](https://redirect.github.com/Copilot))
#### Repository Infrastructure Updates
- \[main] Update dependencies from dotnet/arcade
[#​7521](https://redirect.github.com/dotnet/extensions/issues/7521)
- Bump dotnet-reportgenerator-globaltool from 5.5.9 to 5.5.10
[#​7522](https://redirect.github.com/dotnet/extensions/issues/7522)
- Bump dotnet-coverage from 18.6.2 to 18.7.0
[#​7530](https://redirect.github.com/dotnet/extensions/issues/7530)
- Bump PowerShell from 7.6.1 to 7.6.2
[#​7531](https://redirect.github.com/dotnet/extensions/issues/7531)
- Bump qs from 6.15.1 to 6.15.2 in
/src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript
[#​7532](https://redirect.github.com/dotnet/extensions/issues/7532)
- \[main] Update dependencies from dotnet/arcade
[#​7534](https://redirect.github.com/dotnet/extensions/issues/7534)
- Bump tmp from 0.2.5 to 0.2.6 in
/src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript
[#​7537](https://redirect.github.com/dotnet/extensions/issues/7537)
#### Acknowledgements
- [@​ericstj](https://redirect.github.com/ericstj) submitted issue
[#​7509](https://redirect.github.com/dotnet/extensions/issues/7509)
(resolved by
[#​7544](https://redirect.github.com/dotnet/extensions/issues/7544))
- [@​scottt732](https://redirect.github.com/scottt732) submitted
issue
[#​7540](https://redirect.github.com/dotnet/extensions/issues/7540)
(resolved by
[#​7546](https://redirect.github.com/dotnet/extensions/issues/7546))
- [@​DeagleGross](https://redirect.github.com/DeagleGross)
[@​wtgodbe](https://redirect.github.com/wtgodbe)
[@​dariusclay](https://redirect.github.com/dariusclay)
[@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2)
[@​peterwald](https://redirect.github.com/peterwald)
[@​PranavSenthilnathan](https://redirect.github.com/PranavSenthilnathan)
[@​shyamnamboodiripad](https://redirect.github.com/shyamnamboodiripad)
[@​stephentoub](https://redirect.github.com/stephentoub)
[@​tarekgh](https://redirect.github.com/tarekgh) reviewed pull
requests
**Full Changelog**:
<dotnet/extensions@v10.6.0...v10.7.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent f6227e4 commit a41b074
10 files changed
Lines changed: 22 additions & 22 deletions
File tree
- src
- KubeOps.Abstractions
- KubeOps.Aspire
- KubeOps.Cli
- KubeOps.Operator
- KubeOps.Transpiler
- test
- KubeOps.Aspire.Test
- KubeOps.Cli.Test
- KubeOps.Operator.Test
- KubeOps.Operator.Web.Test
- KubeOps.Transpiler.Test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments