You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The IMegaApiClient provides two methods: GetNodeFromLinkAsync and GetNodesFromLinkAsync. As a user, I expect both methods to return an instance(-s) of INode or INodeInfo.
…rop-in replacement)
- INode.SerializedFingerprint is renamed to INode.Fingerprint
- INode.CreationDate type is changed from DateTime to Nullable<DateTime>
+semver: minor
- INode is used instead of INodeInfo
- INode.SerializedFingerprint is renamed to INode.Fingerprint
- INode.CreationDate type is changed from DateTime to Nullable<DateTime>
+semver: minor
Description:
The IMegaApiClient provides two methods: GetNodeFromLinkAsync and GetNodesFromLinkAsync. As a user, I expect both methods to return an instance(-s) of INode or INodeInfo.
Actual Behavior:
Now, GetNodeFromLinkAsync returns an instance of INodeInfo when GetNodesFromLinkAsync returns an IEnumerable.
Expected Behavior:
Both methods should return the same type, or one of them should be renamed.
MegaApiClient Version: 1.9.0 (NuGet)
The text was updated successfully, but these errors were encountered: