Skip to content

Need to rebuild against AWS 4 NuGet packages for breaking changes #103

@Coder3333

Description

@Coder3333

The definition of GetSecretValueResponse changed from AWSSDK.SecretsManager 3 to 4. The CreatedDate property is now of type DateTime?, not DateTime. When running the Kralizek package against AWSSDK.SecretsManager 4, I now get a runtime error that .Net cannot find "DateTime CreatedDate", which is because it has been replaced with "DateTime? CreatedDate".

Can you rebuild your library against AWSSDK.SecretsManager 4, so the compiler will recognize the changes? I am hoping there are no actual code changes, just a recompile needed. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions