[Cryptography] Add algorithm stubs #16
Annotations
9 errors and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/Amazon.Cryptography/Algorithms/AES256_GCM_HKDF_SHA512_COMMIT_KEY.cs#L20
The type or namespace name 'EncryptMessageRequest' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Amazon.Cryptography/Algorithms/AES256_GCM_HKDF_SHA512_COMMIT_KEY.cs#L20
The type or namespace name 'DataKey' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Amazon.Cryptography/Algorithms/AES_256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384.cs#L20
The type or namespace name 'EncryptMessageRequest' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Amazon.Cryptography/Algorithms/AES_256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384.cs#L20
The type or namespace name 'DataKey' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Amazon.Cryptography/Algorithms/AES256_GCM_HKDF_SHA512_COMMIT_KEY.cs#L20
The type or namespace name 'EncryptMessageRequest' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Amazon.Cryptography/Algorithms/AES256_GCM_HKDF_SHA512_COMMIT_KEY.cs#L20
The type or namespace name 'DataKey' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Amazon.Cryptography/Algorithms/AES_256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384.cs#L20
The type or namespace name 'EncryptMessageRequest' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Amazon.Cryptography/Algorithms/AES_256_GCM_HKDF_SHA512_COMMIT_KEY_ECDSA_P384.cs#L20
The type or namespace name 'DataKey' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/Amazon.Route53.Tests/Actions/GetHealthCheckResponseTests.cs#L49
Dereference of a possibly null reference.
|
|
build:
src/Amazon.Rekognition/RekognitionClient.cs#L159
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, JsonSerializerOptions, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
|
build:
src/Amazon.Rekognition/RekognitionClient.cs#L159
Using member 'System.Text.Json.JsonSerializerOptions.Default.get' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
|
build:
src/Amazon.Rekognition/RekognitionClient.cs#L177
Using member 'System.Net.Http.Json.JsonContent.Create<T>(T, MediaTypeHeaderValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
|
build:
src/Amazon.Rekognition/RekognitionClient.cs#L177
Using member 'System.Text.Json.JsonSerializerOptions.Default.get' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
|
build:
src/Amazon.Bedrock/Actions/ConverseResult.cs#L17
Non-nullable property 'Output' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Amazon.Transcribe/Models/TranscriptionJob.cs#L50
Non-nullable property 'MediaFormat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Amazon.Transcribe/Models/TranscriptionJob.cs#L47
Non-nullable property 'Media' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Amazon.Cryptography/Keys/EncryptedDataKey.cs#L8
'EncryptedDataKey' defines operator == or operator != but does not override Object.GetHashCode()
|
|
build:
src/Amazon.Cryptography/Keys/EncryptedDataKey.cs#L8
'EncryptedDataKey' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|