#86 remove old and dead cli from docker test #306
Annotations
8 warnings
CryptoNet.Models/CryptoNetInfo.cs#L58
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CryptoNet.Models/CryptoNetInfo.cs#L61
Non-nullable property 'Iv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CryptoNet.Models/CryptoNetInfo.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CryptoNet.Models/CryptoNetInfo.cs#L26
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CryptoNet.Models/CryptoNetInfo.cs#L58
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CryptoNet.Models/CryptoNetInfo.cs#L61
Non-nullable property 'Iv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CryptoNet.Models/CryptoNetInfo.cs#L25
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
CryptoNet.Models/CryptoNetInfo.cs#L26
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading