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

update CsvHelper to 29.0.0 #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

update CsvHelper to 29.0.0 #2

wants to merge 6 commits into from

Conversation

theodoft
Copy link

No description provided.

l-ra and others added 6 commits April 9, 2024 20:49
## ValidationService project

- migrate ValidationService project to netstandard2.0
- replace log4net with Microsoft.Extensions.Logging (when needed)
- replace LoggingService validation logging mechanism with ValidationOutput property to programmatically fetch the validation output
- remove LoggingService global logging mechanism because it was not more usable (and already throwing exceptions)
- remove ValidationResultCollection mechanism as it duplicates most validation errors
- mark LoggingService as obsolete
- upgrade/migrate CSVHelper from version 12.1.1 to 27.1.1

## ValidationTests project

- migrate ValidationTests project to net5.0
- upgrade/migrate CSVHelper from version 12.1.1 to 27.1.1
- fix test issues with CSVHelper & PackageValidator
- rewrote FullValidationTests to pass with all packages located in the DataSource folder
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.

3 participants