Skip to content

Task/prc 1293/ftp#56

Merged
ana-musat merged 7 commits intodevelopmentfrom
task/PRC-1293/FTP
Oct 20, 2021
Merged

Task/prc 1293/ftp#56
ana-musat merged 7 commits intodevelopmentfrom
task/PRC-1293/FTP

Conversation

@ana-musat
Copy link
Copy Markdown
Contributor

No description provided.

Comment on lines +7 to +17
[JsonProperty("size")]
public int Size { get; set; }

[JsonProperty("name")]
public string Name { get; set; }

[JsonProperty("type")]
public string Type { get; set; }
public long Size { get; set; }

[JsonProperty("path")]
public string Path { get; set; }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we find a way to not use Newtonsoft library in Action.Core ? I'm trying to avoid some dependency library conflicts between some Custom Actions and Action Execution.

@ana-musat ana-musat merged commit 3535cd9 into development Oct 20, 2021
@ana-musat ana-musat deleted the task/PRC-1293/FTP branch October 20, 2021 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants