- Headers in File: The application does not account for headers in the file. Please remove headers before placing the file in the CSVInput Directory.
- Singleton Class: Use the
ParseCSV
method to change files.
The project relies on the following dependencies:
Microsoft.NET.Test.Sdk
, Version 17.6.0NUnit
, Version 3.13.3NUnit3TestAdapter
, Version 4.2.1NUnit.Analyzers
, Version 3.6.1coverlet.collector
, Version 6.0.0
To set up the project in Visual Studio Code, ensure the following extensions are installed:
- C# Extension
- C# DevKit Extension
- NuGet Package Manager Extension
- Open Terminal (make sure you are in the
dotnet_csvparser
directory). - Enter in the terminal:
dotnet run --project CSVParser
- Open Terminal (make sure you are in the
dotnet_csvparser
directory). - Enter in the terminal:
dotnet test -v normal