Improvements to nested serialization #81
Annotations
26 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/CSVStateMachine.cs#L19
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?$'.
|
src/CSVStateMachine.cs#L46
Rename class 'CSVStateMachine' to match pascal case naming rules, consider using 'CsvStateMachine'.
|
src/CSVDataTable.cs#L14
Rename class 'CSVDataTable' to match pascal case naming rules, consider using 'CsvDataTable'.
|
src/CSVSettings.cs#L41
Rename class 'CSVSettings' to match pascal case naming rules, consider using 'CsvSettings'.
|
src/CSVWriter.cs#L114
Rename class 'CSVWriter' to match pascal case naming rules, consider using 'CsvWriter'.
|
src/CSVWriter.cs#L114
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
|
src/CSV.cs#L29
Rename class 'CSV' to match pascal case naming rules, consider using 'Csv'.
|
src/CSV.cs#L209
All 'Serialize' method overloads should be adjacent.
|
src/CSVReader.cs#L265
Rename class 'CSVReader' to match pascal case naming rules, consider using 'CsvReader'.
|
src/CSVReader.cs#L265
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This job succeeded
Loading