Skip to content

Conversation

bkoelman
Copy link
Member

Because Dependabot creates insanely long branch names (dependabot-nuget-dot-config-dotnet-reportgenerator-globaltool-5.4.12 and dependabot-nuget-dot-config-jetbrains.resharper.globaltools-2025.2.0), the PR builds fail with:

Error: /Users/runner/.dotnet/sdk/9.0.304/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(221,5): error NU5123: Warning As Error: The file 'package/services/metadata/core-properties/27dfef446f6043e3a174e1942aa22383.psmdcp' path, name, or both are too long. Your package might not work without long file path support. Please shorten the file path or file name. [/Users/runner/work/JsonApiDotNetCore/JsonApiDotNetCore/src/JsonApiDotNetCore.OpenApi.Client.NSwag/JsonApiDotNetCore.OpenApi.Client.NSwag.csproj]
Error: /Users/runner/.dotnet/sdk/9.0.304/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(221,5): error NU5123: Warning As Error: The file 'package/services/metadata/core-properties/576f133caa684374a95b9df1e19e3221.psmdcp' path, name, or both are too long. Your package might not work without long file path support. Please shorten the file path or file name. [/Users/runner/work/JsonApiDotNetCore/JsonApiDotNetCore/src/JsonApiDotNetCore.OpenApi.Client.Kiota/JsonApiDotNetCore.OpenApi.Client.Kiota.csproj]

This PR combines the changes from #1761 and #1764.

QUALITY CHECKLIST

dependabot bot added 2 commits August 16, 2025 15:35
---
updated-dependencies:
- dependency-name: dotnet-reportgenerator-globaltool
  dependency-version: 5.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: jetbrains.resharper.globaltools
  dependency-version: 2025.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@bkoelman bkoelman marked this pull request as ready for review August 16, 2025 13:56
@bkoelman bkoelman merged commit f20d94d into master Aug 16, 2025
14 checks passed
@bkoelman bkoelman deleted the dependabot-combined branch August 16, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant