Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added TxtCsvHelper #32

Merged
merged 2 commits into from Jul 10, 2021
Merged

added TxtCsvHelper #32

merged 2 commits into from Jul 10, 2021

Conversation

camdrudge
Copy link
Contributor

added new nuget package

@@ -8,6 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="TxtCsvHelper" Version="1.2.8" />
Copy link
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
Copy link
Contributor Author

camdrudge commented Jul 1, 2021 via email

@joelverhagen
Copy link
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
Copy link
Contributor Author

camdrudge commented Jul 2, 2021 via email

@joelverhagen
Copy link
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.

None yet

2 participants