Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 709 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 709 Bytes

Frends.CSV.Create

Frends Task to create a CSV string from object, JSON string or XML string.

License: MIT Build Coverage

Installing

You can install the Task via Frends UI Task View.

Building

Rebuild the project

dotnet build

Run tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release