question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update dependent AWS libraries to support AWSSDK.Core >= 3.5.0

See original GitHub issue

AWSSDK.Core is updated to v3.5.1, AWSSDK.SimpleSystemsManagement & AWSSDK.Extensions.NETCore.Setup library dependencies in this library are ~3.3.100.8 & ~3.3.100.1 (respectively) but those versions depend on AWSSDK.Core < 3.4.0 which means when you upgrade OTHER AWS libraries to use v3.5.1 of the AWSSDK.Core you get a warning in Visual Studio that you’ve got libraries depending on different versions of AWSSDK.Core.

Describe the Feature

Update dependencies to new(est/er) versions which link to AWSSDK.Core v3.5+

Is your Feature Request related to a problem?

Visual Studio warns:

Detected package version outside of dependency constraint: AWSSDK.SimpleSystemsManagement 3.3.100.8 requires AWSSDK.Core (>= 3.3.100.7 && < 3.4.0) but version AWSSDK.Core 3.5.1 was resolved.
Detected package version outside of dependency constraint: AWSSDK.Extensions.NETCore.Setup 3.3.100.1 requires AWSSDK.Core (>= 3.3.100 && < 3.4.0) but version AWSSDK.Core 3.5.1 was resolved.

Proposed Solution

Update library dependency versions.

Describe alternatives you’ve considered

Additional Context

Environment

I’m seeing this on Windows in Visual Studio but I presume it’s not specific to my environment/platform.

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:18
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
zachsawcscommented, Sep 2, 2020

That’s more common sense than a feature request isn’t it?

1reaction
ashovlincommented, Oct 9, 2020

Just released #75 in version 2.0.0, thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install AWSSDK packages with NuGet - AWS SDK for .NET
With NuGet, you can install the AWSSDK packages , as well as several other extensions, ... NuGet also installs any dependencies, such as...
Read more >
Migrating to version 3.5 of the AWS SDK for .NET
The following describes what has or hasn't changed in the AWS SDK for .NET version 3.5. .NET Framework and .NET Core. Support for...
Read more >
AWS SDK for .NET now targets .NET Standard 2.0
NET Standard libraries to be 2.0. . NET Standard 2.0 improves how dependencies are resolved.
Read more >
Enforcing a minimum TLS version in the AWS SDK for .NET
NET Core uses OpenSSL on macOS , a dependency that must be installed separately. OpenSSL added support for TLS 1.2 in version 1.0.1,...
Read more >
Platforms supported by the AWS SDK for .NET
NET Framework 3.5Portable Class Library and XamarinUnity supportMore information ... NET Core. The AWS SDK for .NET supports applications written for .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found