feat: add apple pay transformer #30
Annotations
26 warnings
tests/PCPServerSDKDotNetTests/Transformer/ApplePayTransformer.cs#L22
Cannot convert null literal to non-nullable reference type.
|
tests/PCPServerSDKDotNetTests/Transformer/ApplePayTransformer.cs#L26
Cannot convert null literal to non-nullable reference type.
|
tests/PCPServerSDKDotNetTests/Transformer/ApplePayTransformer.cs#L27
Cannot convert null literal to non-nullable reference type.
|
tests/PCPServerSDKDotNetTests/Transformer/ApplePayTransformer.cs#L34
Cannot convert null literal to non-nullable reference type.
|
tests/PCPServerSDKDotNetTests/Transformer/ApplePayTransformer.cs#L35
Cannot convert null literal to non-nullable reference type.
|
tests/PCPServerSDKDotNetTests/Transformer/ApplePayTransformer.cs#L52
Cannot convert null literal to non-nullable reference type.
|
lib/PCPServerSDKDotNet/Utils/ServerMetaInfo.cs#L55
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPayment.cs#L51
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentContact.cs#L150
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentContact.cs#L155
Nullability of reference types in type of parameter 'other' of 'bool ApplePayPaymentContact.Equals(ApplePayPaymentContact other)' doesn't match implicitly implemented member 'bool IEquatable<ApplePayPaymentContact>.Equals(ApplePayPaymentContact? other)' (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentData.cs#L62
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentDataHeader.cs#L73
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentMethod.cs#L37
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/CommerceCasesResponse.cs#L34
The member 'CommerceCasesResponse.ToJson()' does not hide an accessible member. The new keyword is not required.
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentToken.cs#L52
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Utils/ServerMetaInfo.cs#L57
Possible null reference argument for parameter 'other' in 'bool ServerMetaInfo.Equals(ServerMetaInfo other)'.
|
lib/PCPServerSDKDotNet/Utils/ServerMetaInfo.cs#L55
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPayment.cs#L51
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/CommerceCasesResponse.cs#L34
The member 'CommerceCasesResponse.ToJson()' does not hide an accessible member. The new keyword is not required.
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentContact.cs#L150
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentContact.cs#L155
Nullability of reference types in type of parameter 'other' of 'bool ApplePayPaymentContact.Equals(ApplePayPaymentContact other)' doesn't match implicitly implemented member 'bool IEquatable<ApplePayPaymentContact>.Equals(ApplePayPaymentContact? other)' (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentData.cs#L62
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentDataHeader.cs#L73
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentMethod.cs#L37
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Models/applepay/ApplePayPaymentToken.cs#L52
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
lib/PCPServerSDKDotNet/Transformer/ApplePayTransformer.cs#L13
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading