-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels