Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cartservice package restore fix #1269

Closed

Conversation

matt-hensley
Copy link
Contributor

Changes

Fixes #1262

Merge Requirements

  • CHANGELOG.md updated to document new feature additions
  • Appropriate documentation updates in the [docs][]
  • Appropriate Helm chart updates in the [helm-charts][]

@matt-hensley matt-hensley marked this pull request as ready for review November 18, 2023 02:25
@matt-hensley matt-hensley requested a review from a team November 18, 2023 02:25
Copy link
Contributor

@Kielek Kielek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would go even with further update to .NET8.

Still I seem some errors in pipeline:

#23 ERROR: process "/bin/sh -c RUNTIME_IDENTIIFER=linux-musl-x64;   if [ \"$(uname -m)\" = \"aarch64\" ]; then RUNTIME_IDENTIIFER=linux-musl-arm64; fi;   dotnet restore ./src/cartservice.csproj -v d -r $RUNTIME_IDENTIIFER" did not complete successfully: exit code: 1
------
 > [linux/arm64 builder 5/6] RUN   RUNTIME_IDENTIIFER=linux-musl-x64;   if [ "$(uname -m)" = "aarch64" ]; then RUNTIME_IDENTIIFER=linux-musl-arm64; fi;   dotnet restore ./src/cartservice.csproj -v d -r $RUNTIME_IDENTIIFER:
15.32 
15.32 
15.32        "/usr/src/app/src/cartservice.csproj" (Restore target) (1) ->
15.32        "/usr/src/app/src/cartservice.csproj" (_GenerateProjectRestoreGraph target) (1:6) ->
15.32          /usr/share/dotnet/sdk/7.0.403/NuGet.targets(298,7): error MSB4028: The "CheckForDuplicateNuGetItemsTask" task's outputs could not be retrieved from the "DeduplicatedItems" parameter. Object reference not set to an instance of an object. [/usr/src/app/src/cartservice.csproj]
15.32 
15.32     0 Warning(s)
15.32     2 Error(s)

@Kielek Kielek mentioned this pull request Nov 24, 2023
1 task
Copy link

github-actions bot commented Dec 2, 2023

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Dec 2, 2023
Copy link

github-actions bot commented Dec 9, 2023

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cartservice package restore errors
2 participants