Skip to content

added TxtCsvHelper - #32

Merged
joelverhagen merged 2 commits into
joelverhagen:mainfrom
camdrudge:main
Jul 10, 2021
Merged

added TxtCsvHelper#32
joelverhagen merged 2 commits into
joelverhagen:mainfrom
camdrudge:main

Conversation

@camdrudge

Copy link
Copy Markdown
Contributor

added new nuget package

Comment thread NCsvPerf.Test/NCsvPerf.Test.csproj Outdated

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="TxtCsvHelper" Version="1.2.8" />

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This is not needed since this reference will come in transitively from NCsvPerf.csproj.

@camdrudge

camdrudge commented Jul 1, 2021 via email

Copy link
Copy Markdown
Contributor Author

@joelverhagen

Copy link
Copy Markdown
Owner

I'm sorry, how do I include that then? Sorry to be such a pain, like I said I'm fully self taught and I have little experience with Github and unit testing

No problem :). Because the NCsvPerf.Test.csproj project file references the NCsvPerf.csproj project with a project reference, all of the package references in the latter will automatically flow in to the test project. This is why you don't see any other lines in NCsvPerf.Test.csproj for the other CSV parsing libraries that are being tested. You can simply delete that line that I commented on and run dotnet build again to see that it still works.

@camdrudge

camdrudge commented Jul 2, 2021 via email

Copy link
Copy Markdown
Contributor Author

@joelverhagen

Copy link
Copy Markdown
Owner

Thanks Cameron!

@joelverhagen
joelverhagen merged commit 7f4d944 into joelverhagen:main Jul 10, 2021
@joelverhagen joelverhagen mentioned this pull request Jul 10, 2021
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