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

chore(deps): bump AWSSDK.Core from 3.7.304.2 to 3.7.304.3 in /AwsCryptographicMaterialProviders/runtimes/net #331

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps AWSSDK.Core from 3.7.304.2 to 3.7.304.3.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the .NET Pull requests that update .net code label May 20, 2024
@dependabot dependabot bot requested a review from a team as a code owner May 20, 2024 17:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2024
Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.304.2 to 3.7.304.3.
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

---
updated-dependencies:
- dependency-name: AWSSDK.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/AwsCryptographicMaterialProviders/runtimes/net/AWSSDK.Core-3.7.304.3 branch from 7f19077 to 9a10a19 Compare May 20, 2024 20:47
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2024

Superseded by #342.

@dependabot dependabot bot closed this May 23, 2024
@dependabot dependabot bot deleted the dependabot/nuget/AwsCryptographicMaterialProviders/runtimes/net/AWSSDK.Core-3.7.304.3 branch May 23, 2024 18:20
ajewellamz pushed a commit that referenced this pull request Dec 18, 2024
…crete class) (#331)

*Description of changes:*

Reverts the part of smithy-lang/smithy-dafny#301 that changed the result type of constructing services from the concrete class type to the trait type, which turned out to be breaking in .NET as well as Dafny and was manually reverted in #257. See #267 for the upcoming proper fix to the MPL using this change.

As it turns out this change wasn't necessary in the first place, and the `CreateSuccessOfClient/CreateFailureOfError` helpers are unchanged and still use the trait type, because these helpers are only needed for services that are created by target language code, i.e. SDK-style services and `--local-service-test` wrapped services. Regular local services are constructed in Dafny code so they never need the helper methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants