changes to ed25519 (#167) #81
Annotations
10 warnings
|
cas-dotnet-sdk/CASConfiguration.cs#L15
Non-nullable field '_senderQueue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
cas-dotnet-sdk/CASConfiguration.cs#L15
Non-nullable field '_TokenCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
cas-dotnet-sdk/CASConfiguration.cs#L15
Non-nullable field '_Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
cas-dotnet-sdk/CASConfiguration.cs#L15
Non-nullable field '_ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
cas-dotnet-sdk/Asymmetric/Types/RsaKeyPairResult.cs#L6
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
cas-dotnet-sdk/Asymmetric/Types/RsaKeyPairResult.cs#L5
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
cas-dotnet-sdk/Asymmetric/Types/RsaSignResult.cs#L6
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
cas-dotnet-sdk/Asymmetric/Types/RsaSignResult.cs#L5
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
cas-dotnet-sdk/Symmetric/AESWrapper.cs#L17
'AESWrapper._sender' hides inherited member 'BaseWrapper._sender'. Use the new keyword if hiding was intended.
|
|
cas-dotnet-sdk/Symmetric/AESWrapper.cs#L16
'AESWrapper._platform' hides inherited member 'BaseWrapper._platform'. Use the new keyword if hiding was intended.
|
The logs for this run have expired and are no longer available.
Loading