You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a package dependency conflict with Amazon.Lambda.SQSEvents after updating AWSXRayRecorder.Core from v2.12,0 to v2.13,0
I saw that @atshaw43 added this dependency Amazon.Lambda.SQSEvents to AWSXRayRecorder.Core in this commit
I think the problem is that AWSXRayRecorder.Core does not need anything from Amazon.Lambda.SQSEvents, its only used for unit tests in AWSXRayRecorder.UnitTests
The text was updated successfully, but these errors were encountered:
I got a package dependency conflict with Amazon.Lambda.SQSEvents after updating AWSXRayRecorder.Core from v2.12,0 to v2.13,0
I saw that @atshaw43 added this dependency Amazon.Lambda.SQSEvents to AWSXRayRecorder.Core in this commit
I think the problem is that AWSXRayRecorder.Core does not need anything from Amazon.Lambda.SQSEvents, its only used for unit tests in AWSXRayRecorder.UnitTests
The text was updated successfully, but these errors were encountered: