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

Bug: Issue with JMESPath dependency in Idempotency on some scenarios #626

Closed
hjgraca opened this issue Jul 29, 2024 · 1 comment
Closed
Labels
area/idempotency bug Unexpected, reproducible and unintended software behaviour released Fix or implementation already in main and released

Comments

@hjgraca
Copy link
Contributor

hjgraca commented Jul 29, 2024

Expected Behaviour

When adding a dependency on Idempotency version 1.2.1 I should not see an error when restoring the project.

Current Behaviour

error NU1101: Unable to find package AWS.Lambda.Powertools.JMESPath. 
No packages exist with this id in source(s): /usr/local/share/dotnet/library-packs, Local, nuget.org

Code snippet

<ItemGroup>
    <PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="1.2.1" />
  </ItemGroup>

Possible Solution

Remove the build target step in DIrectory.Build.targets to include JMESPath in the Idempotency project

Steps to Reproduce

Add version 1.2.1

  <ItemGroup>
    <PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="1.2.1" />
  </ItemGroup>

Powertools for AWS Lambda (.NET) version

latest

AWS Lambda function runtime

dotnet6

Debugging logs

No response

@hjgraca hjgraca added bug Unexpected, reproducible and unintended software behaviour area/idempotency labels Jul 29, 2024
@github-actions github-actions bot added the pending-release Fix or implementation already in dev waiting to be released label Aug 21, 2024
@hjgraca hjgraca closed this as completed Aug 21, 2024
@hjgraca hjgraca added released Fix or implementation already in main and released and removed pending-release Fix or implementation already in dev waiting to be released labels Sep 9, 2024
@hjgraca
Copy link
Contributor Author

hjgraca commented Sep 9, 2024

Release 1.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/idempotency bug Unexpected, reproducible and unintended software behaviour released Fix or implementation already in main and released
Projects
Status: No status
Development

No branches or pull requests

1 participant