Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

weather-balloon/lib-csvparser

Repository files navigation

lib-csvparser

Build Status

A C# facade for CSV parsing - essentially a small interface over CSV Helper

Dev guide

FullSemVer=$(gitVersion /updateassemblyinfo AssemblyInfo.cs /ensureassemblyinfo |jq .FullSemVer)
dotnet restore
dotnet build -c Release /p:Version=$FullSemVer
dotnet test -c Release --no-build
dotnet pack -c Release --no-build

Issues

If your Docker work is having resolution errors, check out https://development.robinwinslow.uk/2016/06/23/fix-docker-networking-dns/