Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit committed Jan 27, 2025
1 parent e885058 commit 9bbf00c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ namespace software.amazon.cryptography.dbencryptionsdk.dynamodb.itemencryptor.in
public partial class InternalLegacyOverride
{
public software.amazon.cryptography.dbencryptionsdk.dynamodb.internaldafny.types._ILegacyPolicy _policy {
get => software.amazon.cryptography.dbencryptionsdk.dynamodb.internaldafny.types.LegacyPolicy.Default();
set { } // Empty set to maintain the property signature
get => software.amazon.cryptography.dbencryptionsdk.dynamodb.internaldafny.types.LegacyPolicy.FORBID_LEGACY_ENCRYPT_FORBID_LEGACY_DECRYPT();

Check failure on line 12 in DynamoDbEncryption/runtimes/net/Extern/InternalLegacyConfig.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (DynamoDbEncryption, 6.0.x, ubuntu-22.04)

'LegacyPolicy' does not contain a definition for 'FORBID_LEGACY_ENCRYPT_FORBID_LEGACY_DECRYPT'

Check failure on line 12 in DynamoDbEncryption/runtimes/net/Extern/InternalLegacyConfig.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (DynamoDbEncryption, 6.0.x, ubuntu-22.04)

'LegacyPolicy' does not contain a definition for 'FORBID_LEGACY_ENCRYPT_FORBID_LEGACY_DECRYPT'

Check failure on line 12 in DynamoDbEncryption/runtimes/net/Extern/InternalLegacyConfig.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (DynamoDbEncryption, 6.0.x, ubuntu-22.04)

'LegacyPolicy' does not contain a definition for 'FORBID_LEGACY_ENCRYPT_FORBID_LEGACY_DECRYPT'

Check failure on line 12 in DynamoDbEncryption/runtimes/net/Extern/InternalLegacyConfig.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net / testDotNet (DynamoDbEncryption, 6.0.x, ubuntu-22.04)

'LegacyPolicy' does not contain a definition for 'FORBID_LEGACY_ENCRYPT_FORBID_LEGACY_DECRYPT'

Check failure on line 12 in DynamoDbEncryption/runtimes/net/Extern/InternalLegacyConfig.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net-test-vectors / testDotNet (TestVectors, 6.0.x, ubuntu-22.04)

'LegacyPolicy' does not contain a definition for 'FORBID_LEGACY_ENCRYPT_FORBID_LEGACY_DECRYPT'

Check failure on line 12 in DynamoDbEncryption/runtimes/net/Extern/InternalLegacyConfig.cs

View workflow job for this annotation

GitHub Actions / pr-ci-net-examples / dotNetExamples (DynamoDbEncryption, 6.0.x, macos-13)

'LegacyPolicy' does not contain a definition for 'FORBID_LEGACY_ENCRYPT_FORBID_LEGACY_DECRYPT'
set { }
}
public software.amazon.cryptography.dbencryptionsdk.dynamodb.internaldafny.types._ILegacyPolicy policy {
get {
Expand Down

0 comments on commit 9bbf00c

Please sign in to comment.