Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
Auth0.AuthenticationApi 7.41.0 -> 7.42.0 age confidence nuget minor
Auth0.ManagementApi 7.41.0 -> 7.42.0 age confidence nuget minor
Azure.Identity (source) 1.16.0 -> 1.17.0 age confidence nuget minor
Azure.Storage.Blobs (source) 12.25.0 -> 12.26.0 age confidence nuget minor
ExcelDataReader 3.7.0 -> 3.8.0 age confidence nuget minor
ExcelDataReader.DataSet 3.7.0 -> 3.8.0 age confidence nuget minor
FluentFTP 53.0.1 -> 53.0.2 age confidence nuget patch
FluentValidation (source) 12.0.0 -> 12.1.0 age confidence nuget minor
MSTest.TestAdapter 3.10.4 -> 3.11.1 age confidence nuget minor
MSTest.TestFramework 3.10.4 -> 3.11.1 age confidence nuget minor
Meziantou.Analyzer 2.0.219 -> 2.0.253 age confidence nuget patch
Microsoft.AspNetCore.Authentication.JwtBearer (source) 8.0.20 -> 8.0.22 age confidence nuget patch
Microsoft.AspNetCore.Mvc.NewtonsoftJson (source) 8.0.20 -> 8.0.22 age confidence nuget patch
Microsoft.AspNetCore.TestHost (source) 8.0.20 -> 8.0.22 age confidence nuget patch
Microsoft.Data.SqlClient (source) 6.1.1 -> 6.1.3 age confidence nuget patch
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 8.0.20 -> 8.0.22 age confidence nuget patch
Microsoft.Extensions.Logging.AzureAppServices (source) 8.0.20 -> 8.0.22 age confidence nuget patch
Microsoft.Extensions.ObjectPool (source) 8.0.20 -> 8.0.22 age confidence nuget patch
Microsoft.Identity.Client (source) 4.77.0 -> 4.79.0 age confidence nuget minor
Microsoft.Identity.Client.Extensions.Msal (source) 4.77.0 -> 4.79.0 age confidence nuget minor
Microsoft.Sbom.Targets 4.1.2 -> 4.1.3 age confidence nuget patch
Microsoft.SqlServer.DacFx 170.1.61 -> 170.2.70 age confidence nuget minor
NLog (source) 6.0.4 -> 6.0.6 age confidence nuget patch
NLog.Extensions.Logging 6.0.4 -> 6.1.0 age confidence nuget minor
NetEscapades.AspNetCore.SecurityHeaders 1.1.0 -> 1.2.0 age confidence nuget minor
Oracle.ManagedDataAccess.Core (source) 23.9.1 -> 23.26.0 age confidence nuget minor
Polly 8.6.3 -> 8.6.4 age confidence nuget patch
RavenDB.Client (source) 7.1.2 -> 7.1.4 age confidence nuget patch
Rebus (source) 8.8.0 -> 8.9.0 age confidence nuget minor
Rebus.AzureServiceBus (source) 10.4.1 -> 10.5.1 age confidence nuget minor
Rebus.SqlServer (source) 8.3.0 -> 8.4.0 age confidence nuget minor
Reqnroll (source) 3.0.2 -> 3.2.1 age confidence nuget minor
Reqnroll.MsTest (source) 3.0.2 -> 3.2.1 age confidence nuget minor
Reqnroll.Tools.MsBuild.Generation (source) 3.0.2 -> 3.2.1 age confidence nuget minor
SSH.NET 2025.0.0 -> 2025.1.0 age confidence nuget minor
Swashbuckle.AspNetCore.Annotations 9.0.4 -> 9.0.6 age confidence nuget patch
Swashbuckle.AspNetCore.Filters 9.0.0 -> 9.0.1 age confidence nuget patch
Swashbuckle.AspNetCore.Newtonsoft 9.0.4 -> 9.0.6 age confidence nuget patch
Swashbuckle.AspNetCore.Swagger 9.0.4 -> 9.0.6 age confidence nuget patch
Swashbuckle.AspNetCore.SwaggerGen 9.0.4 -> 9.0.6 age confidence nuget patch
Swashbuckle.AspNetCore.SwaggerUI 9.0.4 -> 9.0.6 age confidence nuget patch
System.Reactive 6.0.2 -> 6.1.0 age confidence nuget minor
actions/dependency-review-action v4.7.3 -> v4.8.2 age confidence action minor
dotnet-sdk 8.0.414 -> 8.0.416 age confidence patch
dotnet-sdk 8.0.414 -> 8.0.416 age confidence dotnet-sdk patch

Release Notes

auth0/auth0.net (Auth0.AuthenticationApi)

v7.42.0

Compare Source

Full Changelog

Added

  • Adds support to manage Native to SSO configuration on clients #​885 (kailash-b)
Azure/azure-sdk-for-net (Azure.Identity)

v1.17.0

Compare Source

1.17.0 (2025-10-07)

Bugs Fixed
  • TenantId is now configured via MSAL's WithTenantId instead of WithTenantIdFromAuthority to prevent malformed Uris to the authority.
Other Changes
  • Deprecated BrowserCustomizationOptions.UseEmbeddedWebView property. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.
ExcelDataReader/ExcelDataReader (ExcelDataReader)

v3.8.0

What's Changed
New features
Fixes
New Contributors

Full Changelog: ExcelDataReader/ExcelDataReader@v3.7.0...v3.8.0

robinrodricks/FluentFTP (FluentFTP)

v53.0.2

  • Fix missing await and async in Async GetReply
  • Fix timer/polling issue in AsyncFtpMonitor.StartTimer
  • Rework AsyncFtpMonitor and FtpMonitor access modifiers to virtual for easy overriding
  • Drop support for .NET 5, .NET 6 and add support for .NET 9 builds
JeremySkinner/fluentvalidation (FluentValidation)

v12.1.0

Compare Source

Release notes

Please read the upgrade guide if you are moving from 11.x to 12.x

Changes in 12.1.0
Changes in 12.0.0
  • Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 8.
  • Add support for dependent rules for custom rules (#​2170)
  • Removes deprecated DI extensions
  • Removes deprecated transform methods (#​2027)
  • Remove the ability to disable the root-model null check (#​2069)
  • Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths and increase performance (#​2136)
  • Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#​2283)
Downloads

Binaries can be downloaded from nuget:

microsoft/testfx (MSTest.TestAdapter)

v3.11.1

See the release notes here

v3.11.0

See the release notes here

v3.10.5

See the release notes here

meziantou/Meziantou.Analyzer (Meziantou.Analyzer)

v2.0.253

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.253

Full Changelog: meziantou/Meziantou.Analyzer@2.0.252...2.0.253

v2.0.252

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.252

What's Changed

  • Updated NamedParameterAnalyzer to handle language version checks for C# 14 by @​meziantou in #​925

Full Changelog: meziantou/Meziantou.Analyzer@2.0.251...2.0.252

v2.0.251

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.251

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.250...2.0.251

v2.0.250

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.250

What's Changed
  • MA0011: Skip diagnostic for culture-invariant interpolated strings by @​Copilot in #​919

Full Changelog: meziantou/Meziantou.Analyzer@2.0.249...2.0.250

v2.0.249

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.249

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.248...2.0.249

v2.0.248

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.248

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.247...2.0.248

v2.0.247

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.247

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.246...2.0.247

v2.0.246

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.246

Full Changelog: meziantou/Meziantou.Analyzer@2.0.245...2.0.246

v2.0.245

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.245

What's Changed

  • Fix MA0015 not detecting static ThrowIf methods on ArgumentException and related types by @​Copilot in #​912

Full Changelog: meziantou/Meziantou.Analyzer@2.0.244...2.0.245

v2.0.244

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.244

What's Changed

  • Fix MA0011 not reported for types with ToString(IFormatProvider) but no IFormattable by @​Copilot in #​910

Full Changelog: meziantou/Meziantou.Analyzer@2.0.243...2.0.244

v2.0.243

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.243

What's Changed
New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.242...2.0.243

v2.0.242

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.242

Full Changelog: meziantou/Meziantou.Analyzer@2.0.241...2.0.242

v2.0.241

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.241

Full Changelog: meziantou/Meziantou.Analyzer@2.0.240...2.0.241

v2.0.240

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.240

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.239...2.0.240

v2.0.239

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.239

Full Changelog: meziantou/Meziantou.Analyzer@2.0.238...2.0.239

v2.0.238

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.238

Full Changelog: meziantou/Meziantou.Analyzer@2.0.237...2.0.238

v2.0.237

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.237

Full Changelog: meziantou/Meziantou.Analyzer@2.0.236...2.0.237

v2.0.236

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.236

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.235...2.0.236

v2.0.235

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.235

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.234...2.0.235

v2.0.234

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.234

Full Changelog: meziantou/Meziantou.Analyzer@2.0.233...2.0.234

v2.0.233

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.233

Full Changelog: meziantou/Meziantou.Analyzer@2.0.232...2.0.233

v2.0.232

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.232

Full Changelog: meziantou/Meziantou.Analyzer@2.0.231...2.0.232

v2.0.231

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.231

What's Changed

  • Improve support for culture-sensitive ToString and support null format by @​meziantou in #​893

Full Changelog: meziantou/Meziantou.Analyzer@2.0.230...2.0.231

v2.0.230

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.230

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.229...2.0.230

v2.0.229

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.229

Full Changelog: meziantou/Meziantou.Analyzer@2.0.228...2.0.229

v2.0.228

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.228

Full Changelog: meziantou/Meziantou.Analyzer@2.0.227...2.0.228

v2.0.227

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.227

Full Changelog: meziantou/Meziantou.Analyzer@2.0.226...2.0.227

v2.0.226

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.226

Full Changelog: meziantou/Meziantou.Analyzer@2.0.225...2.0.226

v2.0.225

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.225

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.224...2.0.225

v2.0.224

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.224

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.223...2.0.224

v2.0.223

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.223

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.222...2.0.223

v2.0.222

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.222

What's Changed
New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.221...2.0.222

v2.0.221

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.221

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.220...2.0.221

v2.0.220

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.220

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.219...2.0.220

dotnet/sqlclient (Microsoft.Data.SqlClient)

v6.1.2

This update brings the below changes over the previous stable release:

Fixed
  • Fixed an issue where initializing PerformanceCounters would throw System.InvalidOperationException #​3629
  • Fixed an issue where a Custom SqlClientAuthenticationProvider was being overwritten by default implementation. #​3651
  • Fixed a concurrency issue in connection pooling where the number of active connections could be lower than the configured maximum pool size. #​3653
AzureAD/microsoft-authentication-library-for-dotnet (Microsoft.Identity.Client)

v4.79.0

Compare Source

======

Changes
  • Managed Identity IMDSv2 and new support APIs (ResetForTest, GetSourceAsync) in #​5501
  • Bearer Requests should Fallback to IMDS in Preview in #​5562
  • Updating MSAL to send client info = 2 on client credential flow in #​5529
  • Make IMsalMtlsHttpClientFactory interface public in #​5559* Adjust WithExtraQueryParameters APIs and cache key behavior #​5536
Bug fixes
  • Fix instance discovery bug in Fr cloud #​5549
  • Mark WithClientAssertion API as experimental #​5551

v4.78.0

Compare Source

======

Changes
  • Update SDK version from 8.0.404 to 8.0.415. #​5543
  • Hide / deprecate some obscure APIs. #​5484
Bug Fixes
  • Support Android edge-to-edge. #​5499
  • Android broker does not support ADFS authority. #​5522

v4.77.1

Compare Source

======

  • Adjusted issuer validation to accept differing paths #​5466
  • Added better error message for OIDC error #​5433
  • Reverted changes made for Http2 #​5462
microsoft/sbom-tool (Microsoft.Sbom.Targets)

v4.1.3

⚙️ Changes

NLog/NLog (NLog)

v6.0.6

Improvements

  • #​6027 FileTarget - Improve archive cleanup when using ArchiveSuffixFo

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team and MarcoGix as code owners September 17, 2025 14:54
@renovate renovate bot enabled auto-merge September 17, 2025 14:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a80f98b to 4351164 Compare September 19, 2025 04:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to 3.0.3 chore(deps): update all non-major dependencies Sep 19, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Sep 19, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json
[02:58:10.764] INFO (834): Installing tool dotnet@8.0.414...
[02:58:17.401] ERROR (834): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:58:17.402] FATAL (834): Install tool dotnet failed in 6.6s.

File name: Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json
[02:58:18.486] INFO (863): Installing tool dotnet@8.0.414...
[02:58:22.474] ERROR (863): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:58:22.474] FATAL (863): Install tool dotnet failed in 4s.

File name: Ark.Tools.ApplicationInsights/packages.lock.json, Ark.Tools.ApplicationInsights.HostedService/packages.lock.json, Ark.Tools.ResourceWatcher.ApplicationInsights/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Hosting/packages.lock.json, Samples/TestWorker/packages.lock.json, Samples/LinuxWebJobHosting/packages.lock.json, Samples/TesterWorker/packages.lock.json, Ark.Tools.AspNetCore.ApplicationInsights/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json, Ark.Tools.NLog/packages.lock.json, Ark.Tools.Activity/packages.lock.json, Samples/TestReceiver/packages.lock.json, Ark.Tools.Authorization/packages.lock.json, Ark.Tools.Solid.Authorization/packages.lock.json, Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.Tools.FtpClient.ArxOne/packages.lock.json, Ark.Tools.FtpClient.Core/packages.lock.json, Ark.Tools.FtpClient.FluentFtp/packages.lock.json, Ark.Tools.FtpClient.FtpProxy/packages.lock.json, Ark.Tools.FtpClient.FtpRequest/packages.lock.json, Ark.Tools.FtpClient.SftpClient/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Ftp/packages.lock.json, Ark.Tools.NLog.Configuration/packages.lock.json, Ark.Tools.NLog.ConfigurationManager/packages.lock.json, Ark.Tools.Outbox.SqlServer/packages.lock.json, Ark.Tools.ResourceWatcher/packages.lock.json, Ark.Tools.ResourceWatcher.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost/packages.lock.json, Ark.Tools.Solid/packages.lock.json, Ark.Tools.RavenDb/packages.lock.json, Ark.Tools.AspNetCore.RavenDb/packages.lock.json, Ark.Tools.EventSourcing.RavenDb/packages.lock.json, Ark.Tools.RavenDb.Auditing/packages.lock.json, Ark.Tools.Rebus/packages.lock.json, Ark.Tools.EventSourcing.Rebus/packages.lock.json, Ark.Tools.Outbox.Rebus/packages.lock.json, Ark.Tools.Solid.FluentValidaton/packages.lock.json, Ark.Tools.Solid.SimpleInjector/packages.lock.json, Ark.Tools.Sql.Oracle/packages.lock.json, Ark.Tools.Sql.SqlServer/packages.lock.json
[02:58:26.856] INFO (990): Installing tool dotnet@8.0.414...
[02:58:30.671] ERROR (990): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:58:30.671] FATAL (990): Install tool dotnet failed in 3.8s.

File name: Ark.Tools.AspNetCore.Auth0/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json
[02:58:32.049] INFO (1033): Installing tool dotnet@8.0.414...
[02:58:36.029] ERROR (1033): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:58:36.032] FATAL (1033): Install tool dotnet failed in 3.9s.

File name: Ark.Tools.AspNetCore.HealthChecks/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json
[02:58:37.451] INFO (1080): Installing tool dotnet@8.0.414...
[02:58:41.456] ERROR (1080): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:58:41.456] FATAL (1080): Install tool dotnet failed in 4s.

File name: Ark.Tools.AspNetCore.Swashbuckle/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json
[02:58:42.580] INFO (1123): Installing tool dotnet@8.0.414...
[02:58:46.415] ERROR (1123): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:58:46.415] FATAL (1123): Install tool dotnet failed in 3.8s.

File name: Ark.Tools.AspNetCore/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json
[02:58:47.683] INFO (1164): Installing tool dotnet@8.0.414...
[02:58:51.941] ERROR (1164): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:58:51.942] FATAL (1164): Install tool dotnet failed in 4.2s.

File name: Ark.Tools.Core/packages.lock.json, Ark.Tools.AspNetCore.HealthChecks/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json, Ark.Tools.AspNetCore.MessagePack/packages.lock.json, Ark.Tools.AspNetCore.RavenDb/packages.lock.json, Ark.Tools.AspNetCore.XlsxOutputFormatter/packages.lock.json, Ark.Tools.EventSourcing/packages.lock.json, Ark.Tools.EventSourcing.RavenDb/packages.lock.json, Ark.Tools.EventSourcing.Rebus/packages.lock.json, Ark.Tools.EventSourcing.SimpleInjector/packages.lock.json, Ark.Tools.FtpClient.Core/packages.lock.json, Ark.Tools.FtpClient.ArxOne/packages.lock.json, Ark.Tools.FtpClient.FluentFtp/packages.lock.json, Ark.Tools.FtpClient.FtpProxy/packages.lock.json, Ark.Tools.FtpClient.FtpRequest/packages.lock.json, Ark.Tools.FtpClient.SftpClient/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Ftp/packages.lock.json, Ark.Tools.NLog/packages.lock.json, Ark.Tools.Activity/packages.lock.json, Samples/TestReceiver/packages.lock.json, Samples/TestWorker/packages.lock.json, Samples/LinuxWebJobHosting/packages.lock.json, Ark.Tools.ApplicationInsights.HostedService/packages.lock.json, Ark.Tools.ResourceWatcher.ApplicationInsights/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Hosting/packages.lock.json, Samples/TesterWorker/packages.lock.json, Ark.Tools.AspNetCore.ApplicationInsights/packages.lock.json, Ark.Tools.Authorization/packages.lock.json, Ark.Tools.Solid.Authorization/packages.lock.json, Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.Tools.NLog.Configuration/packages.lock.json, Ark.Tools.NLog.ConfigurationManager/packages.lock.json, Ark.Tools.Outbox.SqlServer/packages.lock.json, Ark.Tools.ResourceWatcher/packages.lock.json, Ark.Tools.ResourceWatcher.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost/packages.lock.json, Ark.Tools.Solid/packages.lock.json, Ark.Tools.RavenDb/packages.lock.json, Ark.Tools.RavenDb.Auditing/packages.lock.json, Ark.Tools.Rebus/packages.lock.json, Ark.Tools.Outbox.Rebus/packages.lock.json, Ark.Tools.Solid.FluentValidaton/packages.lock.json, Ark.Tools.Solid.SimpleInjector/packages.lock.json, Ark.Tools.Sql.Oracle/packages.lock.json, Ark.Tools.Sql.SqlServer/packages.lock.json, Ark.Tools.Nodatime/packages.lock.json, Ark.Tools.AspNetCore.Swashbuckle/packages.lock.json, Ark.Tools.Nodatime.Dapper/packages.lock.json, Ark.Tools.Nodatime.Json/packages.lock.json, Ark.Tasks/packages.lock.json, Ark.Tools.NewtonsoftJson/packages.lock.json, Ark.Tools.Http/packages.lock.json, Ark.Tools.Reqnroll/packages.lock.json, Ark.Tools.SpecFlow/packages.lock.json, Ark.Tools.Nodatime.SystemTextJson/packages.lock.json, Ark.Tools.SystemTextJson/packages.lock.json, Ark.Tools.Outbox/packages.lock.json, Ark.Tools.Sql/packages.lock.json
[02:58:58.992] INFO (1336): Installing tool dotnet@8.0.414...
[02:59:02.935] ERROR (1336): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:59:02.936] FATAL (1336): Install tool dotnet failed in 3.9s.

File name: Ark.Tools.Hosting/packages.lock.json, Ark.Tools.ApplicationInsights.HostedService/packages.lock.json, Ark.Tools.ResourceWatcher.ApplicationInsights/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Hosting/packages.lock.json, Samples/TestWorker/packages.lock.json, Samples/LinuxWebJobHosting/packages.lock.json, Samples/TesterWorker/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json, Samples/Test.SingletonBackgroundService/packages.lock.json
[02:59:06.247] INFO (1421): Installing tool dotnet@8.0.414...
[02:59:10.545] ERROR (1421): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:59:10.546] FATAL (1421): Install tool dotnet failed in 4.3s.

File name: Ark.Tools.NLog.Configuration/packages.lock.json, Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.Tools.ApplicationInsights.HostedService/packages.lock.json, Ark.Tools.ResourceWatcher.ApplicationInsights/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Hosting/packages.lock.json, Samples/TestWorker/packages.lock.json, Samples/LinuxWebJobHosting/packages.lock.json, Samples/TesterWorker/packages.lock.json, Ark.Tools.AspNetCore.ApplicationInsights/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json
[02:59:13.450] INFO (1486): Installing tool dotnet@8.0.414...
[02:59:17.731] ERROR (1486): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:59:17.732] FATAL (1486): Install tool dotnet failed in 4.2s.

File name: Ark.Tools.NLog/packages.lock.json, Ark.Tools.Activity/packages.lock.json, Samples/TestReceiver/packages.lock.json, Samples/TestWorker/packages.lock.json, Samples/LinuxWebJobHosting/packages.lock.json, Ark.Tools.ApplicationInsights.HostedService/packages.lock.json, Ark.Tools.ResourceWatcher.ApplicationInsights/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Hosting/packages.lock.json, Samples/TesterWorker/packages.lock.json, Ark.Tools.AspNetCore.ApplicationInsights/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json, Ark.Tools.Authorization/packages.lock.json, Ark.Tools.Solid.Authorization/packages.lock.json, Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.Tools.FtpClient.ArxOne/packages.lock.json, Ark.Tools.FtpClient.Core/packages.lock.json, Ark.Tools.FtpClient.FluentFtp/packages.lock.json, Ark.Tools.FtpClient.FtpProxy/packages.lock.json, Ark.Tools.FtpClient.FtpRequest/packages.lock.json, Ark.Tools.FtpClient.SftpClient/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Ftp/packages.lock.json, Ark.Tools.NLog.Configuration/packages.lock.json, Ark.Tools.NLog.ConfigurationManager/packages.lock.json, Ark.Tools.Outbox.SqlServer/packages.lock.json, Ark.Tools.ResourceWatcher/packages.lock.json, Ark.Tools.ResourceWatcher.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost/packages.lock.json, Ark.Tools.Solid/packages.lock.json, Ark.Tools.RavenDb/packages.lock.json, Ark.Tools.AspNetCore.RavenDb/packages.lock.json, Ark.Tools.EventSourcing.RavenDb/packages.lock.json, Ark.Tools.RavenDb.Auditing/packages.lock.json, Ark.Tools.Rebus/packages.lock.json, Ark.Tools.EventSourcing.Rebus/packages.lock.json, Ark.Tools.Outbox.Rebus/packages.lock.json, Ark.Tools.Solid.FluentValidaton/packages.lock.json, Ark.Tools.Solid.SimpleInjector/packages.lock.json, Ark.Tools.Sql.Oracle/packages.lock.json, Ark.Tools.Sql.SqlServer/packages.lock.json
[02:59:22.893] INFO (1611): Installing tool dotnet@8.0.414...
[02:59:26.816] ERROR (1611): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:59:26.817] FATAL (1611): Install tool dotnet failed in 3.9s.

File name: Ark.Tools.Outbox.SqlServer/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json
[02:59:27.814] INFO (1646): Installing tool dotnet@8.0.414...
[02:59:31.813] ERROR (1646): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:59:31.814] FATAL (1646): Install tool dotnet failed in 4s.

File name: Ark.Tools.Rebus/packages.lock.json, Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.Tools.Activity/packages.lock.json, Samples/TestReceiver/packages.lock.json, Samples/TestWorker/packages.lock.json, Samples/LinuxWebJobHosting/packages.lock.json, Ark.Tools.EventSourcing.Rebus/packages.lock.json, Ark.Tools.Outbox.Rebus/packages.lock.json
[02:59:34.177] INFO (1709): Installing tool dotnet@8.0.414...
[02:59:38.387] ERROR (1709): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:59:38.387] FATAL (1709): Install tool dotnet failed in 4.2s.

File name: Ark.Tools.Reqnroll/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json
[02:59:39.918] INFO (1740): Installing tool dotnet@8.0.414...
[02:59:44.648] ERROR (1740): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:59:44.649] FATAL (1740): Install tool dotnet failed in 4.7s.

File name: Ark.Tools.Solid.FluentValidaton/packages.lock.json, Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json
[02:59:46.930] INFO (1797): Installing tool dotnet@8.0.414...
[02:59:51.188] ERROR (1797): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:59:51.189] FATAL (1797): Install tool dotnet failed in 4.2s.

File name: Ark.Tools.Sql.SqlServer/packages.lock.json, Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json, Ark.Tools.ResourceWatcher.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Sql/packages.lock.json, Samples/TestWorker/packages.lock.json, Samples/LinuxWebJobHosting/packages.lock.json
[02:59:54.020] INFO (1860): Installing tool dotnet@8.0.414...
[02:59:58.394] ERROR (1860): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[02:59:58.395] FATAL (1860): Install tool dotnet failed in 4.3s.

File name: Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.Tasks/packages.lock.json, Ark.Tools.Activity/packages.lock.json, Samples/TestReceiver/packages.lock.json, Samples/TestWorker/packages.lock.json, Samples/LinuxWebJobHosting/packages.lock.json, Ark.Tools.ApplicationInsights.HostedService/packages.lock.json, Ark.Tools.ResourceWatcher.ApplicationInsights/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Hosting/packages.lock.json, Samples/TesterWorker/packages.lock.json, Ark.Tools.ApplicationInsights/packages.lock.json, Ark.Tools.AspNetCore.ApplicationInsights/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json, Ark.Tools.NLog/packages.lock.json, Ark.Tools.Authorization/packages.lock.json, Ark.Tools.Solid.Authorization/packages.lock.json, Ark.Tools.FtpClient.ArxOne/packages.lock.json, Ark.Tools.FtpClient.Core/packages.lock.json, Ark.Tools.FtpClient.FluentFtp/packages.lock.json, Ark.Tools.FtpClient.FtpProxy/packages.lock.json, Ark.Tools.FtpClient.FtpRequest/packages.lock.json, Ark.Tools.FtpClient.SftpClient/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Ftp/packages.lock.json, Ark.Tools.NLog.Configuration/packages.lock.json, Ark.Tools.NLog.ConfigurationManager/packages.lock.json, Ark.Tools.Outbox.SqlServer/packages.lock.json, Ark.Tools.ResourceWatcher/packages.lock.json, Ark.Tools.ResourceWatcher.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost/packages.lock.json, Ark.Tools.Solid/packages.lock.json, Ark.Tools.RavenDb/packages.lock.json, Ark.Tools.AspNetCore.RavenDb/packages.lock.json, Ark.Tools.EventSourcing.RavenDb/packages.lock.json, Ark.Tools.RavenDb.Auditing/packages.lock.json, Ark.Tools.Rebus/packages.lock.json, Ark.Tools.EventSourcing.Rebus/packages.lock.json, Ark.Tools.Outbox.Rebus/packages.lock.json, Ark.Tools.Solid.FluentValidaton/packages.lock.json, Ark.Tools.Solid.SimpleInjector/packages.lock.json, Ark.Tools.Sql.Oracle/packages.lock.json, Ark.Tools.Sql.SqlServer/packages.lock.json, Ark.Tools.AspNetCore.Auth0/packages.lock.json, Ark.Tools.AspNetCore.BasicAuthAuth0Proxy/packages.lock.json, Ark.Tools.AspNetCore.BasicAuthAzureActiveDirectoryProxy/packages.lock.json, Ark.Tools.AspNetCore.CommaSeparatedParameters/packages.lock.json, Ark.Tools.AspNetCore.HealthChecks/packages.lock.json, Ark.Tools.AspNetCore.MessagePack/packages.lock.json, Ark.Tools.AspNetCore.NestedStartup/packages.lock.json, Ark.Tools.AspNetCore.Swashbuckle/packages.lock.json, Ark.Tools.AspNetCore.XlsxOutputFormatter/packages.lock.json, Ark.Tools.Auth0/packages.lock.json, Ark.Tools.Core/packages.lock.json, Ark.Tools.EventSourcing/packages.lock.json, Ark.Tools.EventSourcing.SimpleInjector/packages.lock.json, Ark.Tools.Nodatime/packages.lock.json, Ark.Tools.Nodatime.Dapper/packages.lock.json, Ark.Tools.Nodatime.Json/packages.lock.json, Ark.Tools.NewtonsoftJson/packages.lock.json, Ark.Tools.Http/packages.lock.json, Ark.Tools.Reqnroll/packages.lock.json, Ark.Tools.SpecFlow/packages.lock.json, Ark.Tools.Nodatime.SystemTextJson/packages.lock.json, Ark.Tools.SystemTextJson/packages.lock.json, Ark.Tools.Outbox/packages.lock.json, Ark.Tools.Sql/packages.lock.json, Ark.Tools.Hosting/packages.lock.json, Samples/Test.SingletonBackgroundService/packages.lock.json, Ark.Tools.SimpleInjector/packages.lock.json
[03:00:06.290] INFO (2051): Installing tool dotnet@8.0.414...
[03:00:10.382] ERROR (2051): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.416
global.json file: /tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json

Installed SDKs:

Install the [8.0.416] .NET SDK or update [/tmp/renovate/repos/github/ARKlab/Ark.Tools/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.414 [/opt/containerbase/tools/dotnet/sdk]
[03:00:10.382] FATAL (2051): Install tool dotnet failed in 4.1s.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4351164 to 191c8ce Compare September 21, 2025 17:41
AndreaCuneo
AndreaCuneo previously approved these changes Sep 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d3ce46f to b54d632 Compare September 26, 2025 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 20dbb4d to d0c4cd5 Compare October 6, 2025 00:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 49a35d9 to 55c5ec8 Compare October 14, 2025 02:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b979911 to 2a12cd0 Compare November 3, 2025 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 866a5a9 to d261f3c Compare November 10, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from aec13b4 to 6aa421a Compare November 12, 2025 23:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6aa421a to f108a7c Compare November 13, 2025 03:00
@renovate
Copy link
Contributor Author

renovate bot commented Nov 13, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@AndreaCuneo AndreaCuneo disabled auto-merge November 13, 2025 16:16
@AndreaCuneo AndreaCuneo merged commit 568ab4a into master Nov 13, 2025
6 checks passed
@AndreaCuneo AndreaCuneo deleted the renovate/all-minor-patch branch November 13, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants