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.12 in /AwsCryptographicMaterialProviders/runtimes/net #390

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2024

Bumps AWSSDK.Core from 3.7.304.2 to 3.7.304.12.

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)

Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.304.2 to 3.7.304.12.
- [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 requested a review from a team as a code owner June 6, 2024 18:31
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Superseded by #395.

@dependabot dependabot bot closed this Jun 10, 2024
@dependabot dependabot bot deleted the dependabot/nuget/AwsCryptographicMaterialProviders/runtimes/net/AWSSDK.Core-3.7.304.12 branch June 10, 2024 18:40
ajewellamz pushed a commit that referenced this pull request Dec 18, 2024
*Description of changes:*

Adds a new `--generate` option that accepts a "generation aspect" argument, and can be specified multiple times. The available aspects are:

* `project-files` - files like `build.gradle.kts` or `Service.csproj`
* `client-constructors` - externally defined [wrapped] client constructors, and similar top-level Dafny module boilerplate (open to a better name for this one)
* `impl-stubs` - stubbed out Dafny concrete operations modules and tests.

These options make it much quicker to create new libraries, especially new TestModels. The last option is intended to be used once to get started on files that do have to be manually edited, but the other two can be left on more permanently.

I set up a templated file mechanism for all these kinds of assets, since they are mostly static content with just a few pieces that depend on the service name/sdkID and other parameters. It uses [the shared `AbstractCodeWriter` templating mechanism](https://smithy.io/2.0/guides/building-codegen/generating-code.html) from the core Smithy implementation.

Also used this to generate the missing files to make `Timestamp` work for .NET (it doesn't work yet for Java because of some apparent confusion over `Date` vs. `Instant`)
ajewellamz pushed a commit that referenced this pull request Dec 18, 2024
*Description of changes:*

For the benefit of the DB ESDK nightly build, since it defines `dafnyRuntimeJavaVersion` separately from `dafnyVersion`.

It also turns out I accidentally dropped handling of the `--properties-file` path in #390, so this also allows `writeTemplatedFile` to customize the output path.
ajewellamz pushed a commit that referenced this pull request Dec 18, 2024
*Issue #, if available:*
Resolves #453

*Description of changes:*
My #390 PR introduced resource paths with `:` in them, which are not valid paths on Windows. This change escapes those with `;` instead, and adds some basic testing on Windows and Macos to at least make sure the codebase can be checked out (since this problem didn't show up until a nightly build of the DB ESDK: https://github.com/aws/aws-encryption-sdk-dafny/actions/runs/9568835960/job/26379956076)
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